Gobelijn API documentation
- generated for commit a0cbea7
|
#include <Body.h>
Public Member Functions | |
Body (std::string color="blue") | |
Constructor. More... | |
Body (Body const &ori) | |
Copy constructor. More... | |
Body (Body &&ori) noexcept | |
Move constructor. More... | |
Body & | operator= (Body const &rhs) |
Copy assingment. More... | |
Body & | operator= (Body &&rhs) noexcept |
Move assingment. More... | |
~Body () | |
Destructor. More... | |
Body | operator+ (const Body &b) |
Weird operation. More... | |
Private Attributes | |
std::string | m_color |
|
explicit |
Constructor.
Definition at line 14 of file Body.cpp.
References COMP_MISC_MEMBER_TRACER.
Referenced by operator+().
ODemo::Body::Body | ( | Body const & | ori | ) |
|
noexcept |
ODemo::Body::~Body | ( | ) |
Copy assingment.
Definition at line 20 of file Body.cpp.
References COMP_MISC_MEMBER_TRACER, and m_color.
Move assingment.
Definition at line 29 of file Body.cpp.
References COMP_MISC_MEMBER_TRACER, and m_color.
Weird operation.
Definition at line 41 of file Body.cpp.
References Body(), COMP_MISC_MEMBER_TRACER, and m_color.
|
private |
Definition at line 39 of file Body.h.
Referenced by operator+(), and operator=().