C++ main module for gpm Package
1.0
|
Functions | |
tBoolean | testListFiles () |
tBoolean | testIO () |
tBoolean | testCommandLine () |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
References CORE_Object::mIsMemoryTesting, CORE_Object::printObjectsInMemory(), tBoolean, testCommandLine(), testIO(), and testListFiles().
tBoolean testCommandLine | ( | ) |
References CORE_CommandLine::New(), tBoolean, and tString.
Referenced by main().
tBoolean testIO | ( | ) |
References CORE_IO::createDirectory(), CORE_IO::exists(), CORE_IO::getBasename(), CORE_IO::getCurrentPath(), CORE_IO::getExtension(), CORE_IO::getFiles(), CORE_IO::getPathAndFileName(), CORE_IO::getPrefix(), CORE_IO::isFile(), CORE_IO::isPath(), CORE_IO::removeDirectory(), CORE_IO::removePath(), CORE_Array< T >::size(), tBoolean, and tString.
Referenced by main().
tBoolean testListFiles | ( | ) |
References CORE_IO::getFiles(), CORE_Array< T >::size(), and tBoolean.
Referenced by main().