|
CeresEngine 0.2.0
A game development framework
|
Public Member Functions | |
| Data (const ConstraintExpression &expr, const ConstraintRelationalOperator op, const ConstraintStrength &strength) | |
| Data (const Constraint &other, const ConstraintStrength &strength) | |
| ~Data ()=default | |
Public Member Functions inherited from CeresEngine::RefCounted< Data, RefCounter< false > > | |
| RefCounted (Args &&... args) | |
Creates a new RefCounted object and constructs a new Deleter by forwarding Args to it. | |
| void | retain () noexcept |
| Retains the object by increment it's reference count by one. | |
| bool | release () noexcept |
| Relases the object by decrementing it's reference count by one. | |
Public Attributes | |
| ConstraintExpression | mExpression |
| ConstraintStrength | mStrength |
| ConstraintRelationalOperator | mOperator |
Private Member Functions | |
| Data (const Data &other) | |
| Data & | operator= (const Data &other) |
|
inline |
|
inline |
|
default |
| ConstraintExpression CeresEngine::Constraint::Constraint::Data::mExpression |
| ConstraintRelationalOperator CeresEngine::Constraint::Constraint::Data::mOperator |
| ConstraintStrength CeresEngine::Constraint::Constraint::Data::mStrength |