23 #ifndef TESSERACT_CCUTIL_DOUBLEPTR_H_ 24 #define TESSERACT_CCUTIL_DOUBLEPTR_H_ 93 #endif // THIRD_PARTY_TESSERACT_CCUTIL_DOUBLEPTR_H_ void Disconnect()
Definition: doubleptr.h:74
DoublePtr * OtherEnd() const
Definition: doubleptr.h:81
DoublePtr()
Definition: doubleptr.h:43
Definition: baseapi.cpp:94
void operator=(DoublePtr &src)
Definition: doubleptr.h:57
DoublePtr(DoublePtr &src)
Definition: doubleptr.h:47
void Connect(DoublePtr *other)
Definition: doubleptr.h:67
DoublePtr * other_end_
Definition: doubleptr.h:88
Definition: doubleptr.h:41