COOPY » Guide
version 0.6.5
|
#include <RefCount.h>
Public Member Functions | |
Poly () | |
Poly (T *ref, bool owned) | |
Poly (const Poly &alt) | |
const Poly & | operator= (const Poly &alt) |
virtual | ~Poly () |
void | clear () |
bool | isValid () const |
T & | operator* () const |
T * | operator-> () const |
T * | getContent () const |
Definition at line 46 of file RefCount.h.
coopy::store::Poly< T >::Poly | ( | ) | [inline] |
Definition at line 51 of file RefCount.h.
coopy::store::Poly< T >::Poly | ( | T * | ref, |
bool | owned | ||
) | [inline] |
Definition at line 56 of file RefCount.h.
coopy::store::Poly< T >::Poly | ( | const Poly< T > & | alt | ) | [inline] |
Definition at line 62 of file RefCount.h.
virtual coopy::store::Poly< T >::~Poly | ( | ) | [inline, virtual] |
Definition at line 80 of file RefCount.h.
void coopy::store::Poly< T >::clear | ( | ) | [inline] |
Definition at line 84 of file RefCount.h.
Referenced by coopy::cmp::MergeOutputStats::flush(), coopy::store::Poly< SheetSchema >::operator=(), and coopy::store::Poly< SheetSchema >::~Poly().
T* coopy::store::Poly< T >::getContent | ( | ) | const [inline] |
Definition at line 109 of file RefCount.h.
Referenced by coopy::store::gnumeric::GnumericSheet::cellSummary(), and coopy::store::CsvSheet::getSchema().
bool coopy::store::Poly< T >::isValid | ( | ) | const [inline] |
Definition at line 95 of file RefCount.h.
Referenced by coopy::store::gnumeric::GnumericSheet::cellSummary(), coopy::cmp::SheetPatcher::changeColumn(), coopy::cmp::SheetPatcher::changeRow(), coopy::cmp::MergeOutputNovel::declareLink(), coopy::fold::FoldTool::fold(), looseCompareUrl(), coopy::cmp::SheetPatcher::markChanges(), coopy::store::SheetCell::toString(), and coopy::cmp::SheetPatcher::updateSheet().
T& coopy::store::Poly< T >::operator* | ( | ) | const [inline] |
Definition at line 99 of file RefCount.h.
T* coopy::store::Poly< T >::operator-> | ( | ) | const [inline] |
Definition at line 104 of file RefCount.h.
const Poly& coopy::store::Poly< T >::operator= | ( | const Poly< T > & | alt | ) | [inline] |
Definition at line 70 of file RefCount.h.