#include <Object.h>
Public Member Functions | |
Object () | |
Object (Object_base *base) | |
Object (const Object &o) | |
~Object () | |
Object & | operator= (const Object &o) |
bool | is_empty () const |
Protected Attributes | |
Object_base * | ptr |
Friends | |
template<class T > | |
bool | assign (T &t, const Object &o) |
|
inline |
Definition at line 98 of file Object.h.
References CGAL_kernel_assertion, Ref_counted::count, and Object::ptr.
|
inline |
|
inline |
|
friend |
|
protected |
Definition at line 126 of file Object.h.
Referenced by CGAL::assign(), Object::is_empty(), Object::Object(), Object::operator=(), and Object::~Object().