Open CASCADE Technology
6.5.4
|
This allows consultation of every environment variable.
There is no specific order of results.
#include <OSD_EnvironmentIterator.hxx>
Public Member Functions | |
DEFINE_STANDARD_ALLOC | OSD_EnvironmentIterator () |
Instantiates Object as Iterator; | |
void | Destroy () |
~OSD_EnvironmentIterator () | |
Standard_Boolean | More () |
Returns TRUE if there are other environment variables. | |
void | Next () |
Sets the iterator to the next item. Returns the item value corresponding to the current position of the iterator. | |
OSD_Environment | Values () |
Returns the next environment variable found. | |
Standard_Boolean | Failed () const |
Returns TRUE if an error occurs | |
void | Reset () |
Resets error counter to zero | |
void | Perror () |
Raises OSD_Error | |
Standard_Integer | Error () const |
Returns error number if 'Failed' is TRUE. |
OSD_EnvironmentIterator::~OSD_EnvironmentIterator | ( | ) | [inline] |