Home
last modified time | relevance | path

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

/trunk/main/vcl/source/helper/
H A Dlazydelete.cxx36 LazyDeletorBase::LazyDeletorBase() in LazyDeletorBase() function in vcl::LazyDeletorBase
40 LazyDeletorBase::~LazyDeletorBase() in ~LazyDeletorBase()
49 static std::vector< LazyDeletorBase* > lcl_aDeletors;
51 void LazyDelete::addDeletor( LazyDeletorBase* i_pDel ) in addDeletor()
/trunk/main/vcl/inc/vcl/
H A Dlazydelete.hxx81 class LazyDeletorBase;
90 static void addDeletor( LazyDeletorBase* pDeletor );
93 class VCL_DLLPUBLIC LazyDeletorBase class
97 LazyDeletorBase();
98 virtual ~LazyDeletorBase();
102 class VCL_DLLPUBLIC LazyDeletor : public LazyDeletorBase

Completed in 20 milliseconds