Namespace operation bit flags. More...
#include <NamespaceFlag.h>
Public Types | |
enum | { CREATE_INTERMEDIATE = 0x0001, IF_EXISTS = 0x0002, IF_NOT_EXISTS = 0x0004 } |
Enumeration for namespace operation flags. More... | |
Static Public Member Functions | |
static std::string | to_str (int flags) |
Converts flags to human readable string. More... | |
Namespace operation bit flags.
Definition at line 40 of file NamespaceFlag.h.
|
static |
Converts flags to human readable string.
flags | Bit mask of namespace operation flags |
Definition at line 34 of file NamespaceFlag.cc.