Public Member Functions | |
Provider (std::shared_ptr< Loader > loader, std::string const &path) | |
bool | loaded () const |
ns_handle_type | ns (std::string const &name) const |
statefs_io * | io () |
void | on_provider_event (statefs_provider *p, statefs_event e) |
Provider (statefs_server *server) | |
virtual void | release () |
![]() | |
AProvider (char const *name, statefs_server *server) | |
![]() | |
Branch (char const *name, statefs_node const &node_template) | |
![]() | |
::statefs_branch * | branch_cast () |
::statefs_branch const * | branch_cast () const |
BranchWrapper (char const *name, statefs_node const &node_template, statefs_branch const &branch_template) | |
![]() | |
::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) | |
![]() | |
child_ptr | insert (child_ptr child) |
child_ptr | insert (ANode *child) |
Additional Inherited Members | |
![]() | |
typedef std::shared_ptr< ANode > | child_ptr |
![]() | |
static BranchWrapper < statefs_provider > * | self_cast (statefs_branch *src) |
static BranchWrapper < statefs_provider > const * | self_cast (statefs_branch const *src) |
![]() | |
unsigned | version |
struct statefs_namespace | root |
struct statefs_io | io |
![]() | |
void(* | event )(struct statefs_server *, struct statefs_provider *, statefs_event) |
![]() | |
typedef std::map< std::string, child_ptr > | storage_type |
typedef storage_type::const_iterator | iter_type |
![]() | |
void | event (statefs_event) |
![]() | |
static AProvider * | self_cast () |
Provider should inherit statefs::AProvider and call ctor supplying it with provider name
|
inlinevirtual |
corresponds to statefs_node.release of the statefs_provider.root
Implements statefs::ANode.