levelz-cpp 0.2.0
|
This is the complete list of members for LevelZ::Block, including all inherited members.
Block(std::string name) | LevelZ::Block | inlineexplicit |
Block(std::string name, std::unordered_map< std::string, std::string > properties) | LevelZ::Block | inline |
getProperty(std::string key) const | LevelZ::Block | inline |
getProperty(std::string key, std::string defaultValue) const | LevelZ::Block | inline |
hasProperty(std::string key) const | LevelZ::Block | inline |
name | LevelZ::Block | |
operator!=(const Block &other) const | LevelZ::Block | inline |
operator<<(std::ostream &strm) | LevelZ::Block | inline |
operator==(const Block &other) const | LevelZ::Block | inline |
properties | LevelZ::Block | |
to_string() const | LevelZ::Block | inline |