E D R , A S I H C RSS

Full text search for "CNSingleton"

CN Singleton


Search BackLinks only
Display context of search results
Case-sensitive searching
  • Gof/Singleton . . . . 30 matches
         ----- CNSingleton.h ------
         class CNSingleton : public CObject
          static CNSingleton* Instance();
          CNSingleton();
          virtual ~CNSingleton();
          CNSingleton* Next();
          CList <CNSingleton*, CNSingleton*>* m_ContainerOfSingleton;
         ----- CNSingleton.cpp ------
         CNSingleton::CSingletonList::CSingletonList() throw()
         CNSingleton::CSingletonList::~CSingletonList() throw()
         void CNSingleton::CSingletonList::Init()
          m_ContainerOfSingleton = new CList <CNSingleton*, CNSingleton*>;
          m_ContainerOfSingleton->AddTail(new CNSingleton());
         void CNSingleton::CSingletonList::Destory()
         // index에 해당하는 CNSingleton를 Container에서 찾아 반환
         CNSingleton* CNSingleton::CSingletonList::Next()
         CNSingleton::CSingletonList* CNSingleton::m_Instances = NULL;
         CNSingleton::CNSingleton()
         CNSingleton::~CNSingleton()
         CNSingleton* CNSingleton::Instance()
Found 1 matching page out of 7540 total pages (5000 pages are searched)

You can also click here to search title.

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
Processing time 0.2638 sec