Home
last modified time | relevance | path

Searched refs:RefCountable (Results 1 – 2 of 2) sorted by relevance

/trunk/main/chart2/source/controller/main/
H A DChartController.cxx144 ChartController::RefCountable::RefCountable() : m_nRefCount(0) in RefCountable() function in chart::ChartController::RefCountable
148 ChartController::RefCountable::~RefCountable() in ~RefCountable()
151 void ChartController::RefCountable::acquire() in acquire()
155 void ChartController::RefCountable::release() in release()
H A DChartController.hxx496 class RefCountable class in chart::ChartController
499 RefCountable();
500 virtual ~RefCountable();
506 class TheModel : public RefCountable

Completed in 23 milliseconds