#include <Object.hpp>
Definition at line 9 of file Object.hpp.
◆ Object() [1/3]
Internal::Object::Object |
( |
const void * |
Obj = nullptr | ) |
|
◆ Object() [2/3]
Internal::Object::Object |
( |
Object && |
Obj | ) |
|
◆ Object() [3/3]
Internal::Object::Object |
( |
const Object & |
Obj | ) |
|
◆ ~Object()
virtual Internal::Object::~Object |
( |
| ) |
|
|
virtual |
◆ Equals()
bool Internal::Object::Equals |
( |
Object |
O | ) |
const |
◆ InstanceOf()
bool Internal::Object::InstanceOf |
( |
Class |
C | ) |
const |
◆ operator bool()
Internal::Object::operator bool |
( |
| ) |
const |
◆ operator void *()
Internal::Object::operator void * |
( |
| ) |
const |
◆ operator!=()
bool Internal::Object::operator!= |
( |
const Object & |
O | ) |
const |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ operator==()
bool Internal::Object::operator== |
( |
const Object & |
O | ) |
const |
◆ Obj
void* Internal::Object::Obj = nullptr |
The documentation for this class was generated from the following file: