|
Maki
|
#include <maki/region.hpp>
Public Member Functions | |
| region (const region &)=delete | |
| region (region &&)=delete | |
| template<const auto & StateMold> | |
| bool | is () const |
| Returns whether the state created by StateMold is active. | |
| region & | operator= (const region &)=delete |
| region & | operator= (region &&)=delete |
| template<const auto & StateMold> | |
| const auto & | state () const |
| Returns the maki::state object created by StateMold (of type maki::state_mold). | |
Static Public Member Functions | |
| static constexpr maki::path< IMPLEMENTATION_DETAIL > | path () |
| Returns the path to the region. | |
Represents an region.
| Impl | implementation detail |
Objects of this type can only be created by Maki itself.