BWAPI
|
Go to the source code of this file.
Classes | |
class | Wrapper< T > |
class | Object |
struct | Object::Empty |
struct | Object::private_tag |
struct | Bad_object_cast |
Functions | |
template<class T > | |
Object | make_object (T &&t) |
template<class T > | |
bool | assign (T &t, const Object &o) |
template<class T > | |
const T * | object_cast (const Object *o) |
template<class T > | |
T | object_cast (const Object &o) |
Object make_object | ( | T && | t | ) | [inline] |
const T* object_cast | ( | const Object * | o | ) | [inline] |
T object_cast | ( | const Object & | o | ) | [inline] |