Chrysalis
-
class Pattern : public Chrysalis::BaseNamedElement
Public Functions
-
explicit Pattern(const std::string &name, PatternSpace *space)
-
~Pattern()
-
PatternSpace *getSpace() const
Public Static Functions
-
static Pattern *create(const std::string &name)
Private Functions
-
template<class Archive>
inline void serialize(Archive &archive, const unsigned int)
-
explicit Pattern() = default
Private Members
-
PatternSpace *space_
-
explicit Pattern(const std::string &name, PatternSpace *space)