Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Turbo C++ Class Library Definition - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

          Class Error


     The class Error is a special instance class of the  class Object.
     There  is  exactly  one  instantiation  of  class  Error,  namely
     theErrorObject. Pointing to  this  global  object  is  the static
     object  pointer   Object::ZERO.   The   macro   NOOBJECT  defines
     Object::ZERO. The operator Object::operator new returns a pointer
     to theErrorObject if an attempt  to allocate an object fails. You
     may test the return value of the new operator against NOOBJECT to
     see whether the allocation failed.

     Derived from:  Object

     Public member functions:
            isA
            nameOf
            hashValue
            printOn
            isEqual          Inherited from Object.
            isSortable       Inherited from Object.
            isAssociation    Inherited from Object.
            operator new     Inherited from Object.
            forEach          Inherited from Object.
            firstThat        Inherited from Object.
            lastThat         Inherited from Object.

See Also: object.h

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson