0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Types | Static Public Member Functions | List of all members
Hypertable::Lib::Master::NamespaceFlag Class Reference

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...
 

Detailed Description

Namespace operation bit flags.

Definition at line 40 of file NamespaceFlag.h.

Member Function Documentation

string NamespaceFlag::to_str ( int  flags)
static

Converts flags to human readable string.

Parameters
flagsBit mask of namespace operation flags
Returns
Human readable representation of namespace operation bit flags

Definition at line 34 of file NamespaceFlag.cc.


The documentation for this class was generated from the following files: