Basic namespace example, it contains single property. More...


Public Member Functions | |
| NsChild (char const *name) | |
| virtual void | release () |
Public Member Functions inherited from statefs::Namespace | |
| Namespace (char const *name) | |
Public Member Functions inherited from statefs::Branch< statefs_namespace > | |
| Branch (char const *name, statefs_node const &node_template) | |
Public Member Functions inherited from statefs::BranchWrapper< statefs_namespace > | |
| ::statefs_branch * | branch_cast () |
| ::statefs_branch const * | branch_cast () const |
| BranchWrapper (char const *name, statefs_node const &node_template, statefs_branch const &branch_template) | |
Public Member Functions inherited from statefs::NodeWrapper< statefs_namespace > | |
| ::statefs_node * | node_cast () |
| ::statefs_node const * | node_cast () const |
| virtual ::statefs_node * | get_node () |
| virtual ::statefs_node const * | get_node () const |
| virtual ::statefs_node_type | get_type () const |
| virtual std::string | get_name () const |
| NodeWrapper (char const *name, statefs_node const &node_template) | |
Public Member Functions inherited from statefs::BranchStorage | |
| child_ptr | insert (child_ptr child) |
| child_ptr | insert (ANode *child) |
Additional Inherited Members | |
Public Types inherited from statefs::BranchStorage | |
| typedef std::shared_ptr< ANode > | child_ptr |
Static Public Member Functions inherited from statefs::BranchWrapper< statefs_namespace > | |
|
static BranchWrapper < statefs_namespace > * | self_cast (statefs_branch *src) |
|
static BranchWrapper < statefs_namespace > const * | self_cast (statefs_branch const *src) |
Public Attributes inherited from statefs_namespace | |
| struct statefs_node | node |
| struct statefs_branch | branch |
Protected Types inherited from statefs::BranchStorage | |
|
typedef std::map< std::string, child_ptr > | storage_type |
|
typedef storage_type::const_iterator | iter_type |
Protected Member Functions inherited from statefs::BranchStorage | |
| statefs_node * | find (char const *) const |
| statefs_node * | get (statefs_handle_t) const |
| statefs_handle_t | first () const |
| void | next (statefs_handle_t *) const |
| bool | release (statefs_handle_t) const |
Static Protected Member Functions inherited from statefs::Branch< statefs_namespace > | |
| static Branch const * | self_cast (statefs_branch const *branch) |
Basic namespace example, it contains single property.
1.8.3.1