Class Index | Cross Index | Namespace Index |
Contained in: General
Derived from:
none
Derived by:
none
#include "general/RefPtr.hh"
public function member index: |
|||
RefPtr | (); | ||
RefPtr | (X* Data); | ||
RefPtr | (const RefPtr< X >& Source); | ||
~RefPtr | (); | ||
unsigned int | Count | () const; | |
const X* | get | () const; | |
bool | operator != | (const class RefPtr& RighSide) const; | |
X& | operator * | () const; | |
X* | operator -> | () const; | |
RefPtr& | operator = | (const RefPtr& Source); | |
bool | operator == | (const class RefPtr& RighSide) const; | |
private function member index: |
|||
void | add | (); | |
void | remove | (); | |