#include <string>
Go to the source code of this file.
Enumerations | |
| enum | GAPStatus { GAPStatusOk = 0, GAPStatusError, GAPStatusFileIO, GAPStatusOutOfMemory } |
Variables | |
| const std::string | GAPStatusStr [4] |
| enum GAPStatus |
Definition at line 23 of file GAP_Status.h.
| const std::string GAPStatusStr[4] |
{
"GAPStatusOk",
"GAPStatusError",
"GAPStatusFileIO",
"GAPStatusOutOfMemory"
}
Definition at line 29 of file GAP_Status.h.
1.6.1