I have some flags currently setup using enums. I would however like to use a method as seen with ios such as

ios::nocreate
ios:ut

How do I go about doing this? The main advantage being they can show up in the drop down box in VC++ (there are a lot of them)

Thanks
Goose