Public Member Functions | List of all members
RefPtr Class Reference

#include <ref_ptr.h>

Public Member Functions

bool is_null () const
 
void operator= (const RefPtr &p_other)
 
bool operator== (const RefPtr &p_other) const
 
RID get_rid () const
 
void unref ()
 
_FORCE_INLINE_ void * get_data () const
 
 RefPtr (const RefPtr &p_other)
 

Detailed Description

Author
Juan Linietsky reduz.nosp@m.io@g.nosp@m.mail..nosp@m.com This class exists to workaround a limitation in C++ but keep the design OK. It's basically an opaque container of a Reference reference, so Variant can use it.

The documentation for this class was generated from the following files: