BoosterSeat
0.1
A C++ library that includes common utilities that are used in other projects.
|
Go to the source code of this file.
Classes | |
class | bst::BoosterSeatException |
Namespaces | |
bst | |
Enumerations | |
enum class | bst::ErrorNumber { bst::UNSPECIFIED = 0 , bst::FS_PATH_DOES_NOT_EXIST = 1 , bst::FS_PATH_ALREADY_EXISTS = 2 , bst::FS_PATH_NOT_REGULAR_FILE = 3 , bst::FS_PATH_NOT_DIRECTORY = 4 , bst::FS_FILE_NOT_VALID = 5 , bst::FS_NO_WRITE_PERMISSIONS = 6 , bst::FS_NO_READ_PERMISSIONS = 7 , bst::FS_INVALID_SIZE_UNIT = 8 , bst::TIME_INVALID_TIMEZONE = 9 , bst::GEO_INVALID_LATITUDE = 10 , bst::GEO_INVALID_LONGITUDE = 11 , bst::TIME_INVALID_TIME = 12 , bst::PROCESS_NOT_COMPLETE = 13 , bst::PROCESS_TIMEOUT = 14 , bst::NOT_YET_IMPLEMENTED } |