Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes
GC_Root Class Reference

Provides common status services for GC builders reporting construction errors. More...

#include <GC_Root.hxx>

Inheritance diagram for GC_Root:
Inheritance graph
[legend]

Public Member Functions

bool IsDone () const
 Returns true if the construction is successful.
 
bool IsError () const
 Returns true if the construction has failed.
 
gce_ErrorType Status () const
 Returns the status of the construction:
 

Protected Attributes

gce_ErrorType TheError
 

Detailed Description

Provides common status services for GC builders reporting construction errors.

Member Function Documentation

◆ IsDone()

bool GC_Root::IsDone ( ) const
inline

Returns true if the construction is successful.

◆ IsError()

bool GC_Root::IsError ( ) const
inline

Returns true if the construction has failed.

◆ Status()

gce_ErrorType GC_Root::Status ( ) const
inline

Returns the status of the construction:

  • gce_Done, if the construction is successful, or
  • another value of the gce_ErrorType enumeration indicating why the construction failed.

Field Documentation

◆ TheError

gce_ErrorType GC_Root::TheError
protected

The documentation for this class was generated from the following file: