E D R , A S I H C RSS

Full text search for "IsEmpty"

Is Empty


Search BackLinks only
Display context of search results
Case-sensitive searching
  • DataStructure/Stack . . . . 8 matches
          bool IsEmpty();
         bool Stack::IsEmpty()
          if(!IsEmpty())
          bool IsEmpty();
          if(!IsEmpty())
          while(!IsEmpty())
         bool Stack::IsEmpty()
          while(!IsEmpty())
  • DataStructure/Queue . . . . 7 matches
          bool IsEmpty();
         bool Queue::IsEmpty()
          if(!IsEmpty())
          bool IsEmpty();
          if(!IsEmpty())
         bool Queue::IsEmpty()
          while(!IsEmpty())
  • Gof/Adapter . . . . 7 matches
          virtual bool IsEmpty () const;
          virtual bool IsEmpty () const;
         The IsEmpty operations demonstrates the direct forwarding of requests common in adapter implementations:
          return TextView::IsEmpty ();
          virtual bool IsEmpty () const;
         bool TextShape::IsEmpty () const {
          return _text->IsEmpty ();
  • MFC/CollectionClass . . . . 6 matches
          || {{{~cpp IsEmpty()}}} || 리스트가 비어있는지 검사 ||
          || {{{~cpp GetHead()}}} || 리스트의 가장 앞에있는 포인터를 리턴. IsEmpty() 검사 필요. ||
          || {{{~cpp GetTail()}}} || 리스트의 끝에 존재하는 포인터를 리턴. IsEmpty() 검사 필요. ||
          || {{{~cpp RemoveHead()}}} || 리스트의 가장 앞에 있는 포인터를 삭제. IsEmpty() 검사 필요. ||
          || {{{~cpp RemoveTail()}}} || 리스트의 가장 끝에 있는 포인터를 삭제. IsEmpty() 검사 필요. ||
          || {{{~cpp IsEmpty()}}} || 리스트가 비어있는지 검사 ||
  • 데블스캠프2009/목요일/연습문제/MFC/서민관 . . . . 2 matches
          if (!strAboutMenu.IsEmpty())
          if (!strAboutMenu.IsEmpty())
  • DataStructure/List . . . . 1 match
         boolean IsEmpty()
  • GuiTestingWithMfc . . . . 1 match
          CPPUNIT_ASSERT (str.IsEmpty());
  • 데블스캠프2009/목요일/연습문제/MFC/김태욱 . . . . 1 match
          if (!strAboutMenu.IsEmpty())
  • 데블스캠프2009/목요일/연습문제/MFC/박준호 . . . . 1 match
          if (!strAboutMenu.IsEmpty())
  • 데블스캠프2009/목요일/연습문제/MFC/송지원 . . . . 1 match
          if (!strAboutMenu.IsEmpty())
  • 데블스캠프2009/목요일/연습문제/MFC/정종록 . . . . 1 match
          if (!strAboutMenu.IsEmpty())
  • 레밍즈프로젝트/프로토타입/STLLIST . . . . 1 match
         || IsEmpty || Tests for the empty list condition (no elements). ||
Found 12 matching pages 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.3282 sec