Home | History | Annotate | Download | only in server

Lines Matching defs:RefBase

64 class RefBase
78 RefBase* refBase() const;
120 typedef RefBase basetype;
123 RefBase();
124 virtual ~RefBase();
154 RefBase(const RefBase& o);
155 RefBase& operator=(const RefBase& o);
200 typedef typename RefBase::weakref_type weakref_type;
460 // between the generic (void*) implementation in Refbase and the strongly typed
499 // have trivial copy operation in the general case (see RefBase.cpp