23 #ifndef LOCKPTRDATUMIMPL_H
24 #define LOCKPTRDATUMIMPL_H
37 template <
class D, SLIType *slt>
45 template <
class D, SLIType *slt>
48 out <<
"<lockPTR["<< this->references()<<
"]->"
49 << this->gettypename()
50 <<
'(' <<
static_cast<void *
>(this->
get()) <<
")>";
54 template <
class D, SLIType *slt>
57 out <<
'<' << this->gettypename() <<
'>';
60 template <
class D, SLIType *slt>
void pprint(std::ostream &) const
Definition: lockptrdatum_impl.h:46
Definition: lockptrdatum.h:40
bool operator==(const lockPTR< D > &p) const
Definition: lockptr.h:296
void info(std::ostream &) const
Definition: lockptrdatum_impl.h:61
bool equals(const Datum *) const
Definition: lockptrdatum_impl.h:38
void print(std::ostream &) const
Definition: lockptrdatum_impl.h:55