PathEngine home | previous: | next: |
Used to query testbed command line arguments.
const char* getCommandLineArgument(int32_t index) const; |
index |
Index for the command line argument to be queried.
Must be greater than or equal to 0 and less than the value returned by
|
A pointer to a C string for the command line argument at the specified index.
The memory pointed to by the returned C string will remain valid for the lifetime of the testbed application.
Documentation for PathEngine release 6.03 - Copyright © 2002-2021 PathEngine | next: |