MADARA
3.1.8
Main Page
Namespaces
Classes
Files
File List
File Members
BaseContainer.inl
Go to the documentation of this file.
1
#include "
BaseContainer.h
"
2
#include "
madara/knowledge/ContextGuard.h
"
3
4
inline
std::string
5
madara::knowledge::containers::BaseContainer::get_name
(
void
)
const
6
{
7
MADARA_GUARD_TYPE guard (
mutex_
);
8
return
name_
;
9
}
ContextGuard.h
madara::knowledge::containers::BaseContainer::get_name
std::string get_name(void) const
Returns the name of the container.
Definition:
BaseContainer.inl:5
BaseContainer.h
madara::knowledge::containers::BaseContainer::name_
std::string name_
Prefix of variable.
Definition:
BaseContainer.h:151
madara::knowledge::containers::BaseContainer::mutex_
MADARA_LOCK_TYPE mutex_
guard for access and changes
Definition:
BaseContainer.h:141
madara::knowledge::tags::string
static constexpr struct madara::knowledge::tags::string_t string
include
madara
knowledge
containers
BaseContainer.inl
Generated on Wed May 9 2018 18:17:14 for MADARA by
1.8.11