E D R , A S I H C RSS

BackLinks search for "IsEmpty"

BackLinks of IsEmpty


Search BackLinks only
Display context of search results
Case-sensitive searching
  • Gof/Adapter
          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
          || {{{~cpp IsEmpty()}}} || 리스트가 비어있는지 검사 ||
          || {{{~cpp GetHead()}}} || 리스트의 가장 앞에있는 포인터를 리턴. IsEmpty() 검사 필요. ||
          || {{{~cpp GetTail()}}} || 리스트의 끝에 존재하는 포인터를 리턴. IsEmpty() 검사 필요. ||
          || {{{~cpp RemoveHead()}}} || 리스트의 가장 앞에 있는 포인터를 삭제. IsEmpty() 검사 필요. ||
          || {{{~cpp RemoveTail()}}} || 리스트의 가장 끝에 있는 포인터를 삭제. IsEmpty() 검사 필요. ||
          || {{{~cpp IsEmpty()}}} || 리스트가 비어있는지 검사 ||
  • 레밍즈프로젝트/프로토타입/STLLIST
         || IsEmpty || Tests for the empty list condition (no elements). ||
Found 3 matching pages 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.0072 sec