#include <OSD_EnvironmentIterator.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | OSD_EnvironmentIterator () |
Instantiates Object as Iterator; . | |
Standard_EXPORT void | Destroy () |
~OSD_EnvironmentIterator () | |
Standard_EXPORT Standard_Boolean | More () |
Returns TRUE if there are other environment variables. . | |
Standard_EXPORT void | Next () |
Sets the iterator to the next item. Returns the item value corresponding to the current position of the iterator. . | |
Standard_EXPORT OSD_Environment | Values () |
Returns the next environment variable found. . | |
Standard_EXPORT Standard_Boolean | Failed () const |
Returns TRUE if an error occurs . | |
Standard_EXPORT void | Reset () |
Resets error counter to zero . | |
Standard_EXPORT void | Perror () |
Raises OSD_Error . | |
Standard_EXPORT Standard_Integer | Error () const |
Returns error number if 'Failed' is TRUE. . | |
Private Attributes | |
Standard_Address | myEnv |
Standard_Integer | myCount |
OSD_Error | myError |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|