MADARA  3.2.3
BaseContainer.inl
Go to the documentation of this file.
1 #include "BaseContainer.h"
3 
4 inline std::string
6 {
7  MADARA_GUARD_TYPE guard (mutex_);
8  return name_;
9 }
std::string get_name(void) const
Returns the name of the container.
std::string name_
Prefix of variable.
MADARA_LOCK_TYPE mutex_
guard for access and changes
static struct madara::knowledge::tags::string_t string