#include <NamespaceListing.h>

Public Attributes | |
| std::string | name |
| std::string | id |
| bool | is_namespace |
| std::vector< NamespaceListing > | sub_entries |
Definition at line 29 of file NamespaceListing.h.
| std::string Hypertable::NamespaceListing::id |
Definition at line 32 of file NamespaceListing.h.
| bool Hypertable::NamespaceListing::is_namespace |
Definition at line 33 of file NamespaceListing.h.
| std::string Hypertable::NamespaceListing::name |
Definition at line 31 of file NamespaceListing.h.
| std::vector<NamespaceListing> Hypertable::NamespaceListing::sub_entries |
Definition at line 35 of file NamespaceListing.h.
1.8.8