E D R , A S I H C RSS

BackLinks search for "CNSingleton"

BackLinks of CNSingleton


Search BackLinks only
Display context of search results
Case-sensitive searching
  • Gof/Singleton
         ----- 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

You can also click here to search title.

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