Public Types | |
typedef util::VarzValue | AnyValue |
Public Member Functions | |
VarzListNode (const char *name) | |
Static Public Member Functions | |
static void | Iterate (std::function< void(const char *, AnyValue &&)> f) |
static void | IterateValues (std::function< void(const std::string &, const std::string &)> cb) |
Protected Member Functions | |
virtual AnyValue | GetData () const =0 |
Static Protected Member Functions | |
static std::string | Format (const AnyValue &av) |
Protected Attributes | |
const char * | name_ |
Definition at line 14 of file varz_node.h.