levelz-cpp 0.2.0
|
#include <level.hpp>
Public Member Functions | |
std::unordered_map< std::string, std::string > | headers () const |
std::vector< LevelObject > | blocks () const |
bool | operator== (const Level &other) const |
bool | operator!= (const Level &other) const |
Protected Attributes | |
std::unordered_map< std::string, std::string > | _headers = {} |
std::vector< LevelZ::LevelObject > | _blocks = {} |
Represents a LevelZ level.
|
inline |
Gets the blocks in the level.
|
inline |
Gets the headers in the level.
|
inline |
Compares two levels for inequality.
other | The other level to compare. |
|
inline |
Compares two levels for equality.
other | The other level to compare. |