Typedefs | |
typedef std::unordered_map < String, uint64_t > | FileMap |
Variables | |
int | exit_status = 0 |
String | cwd = "/" |
FileMap | file_map |
typedef std::unordered_map<String, uint64_t> Hyperspace::HsClientState::FileMap |
Definition at line 35 of file HsClientState.h.
String Hyperspace::HsClientState::cwd = "/" |
Definition at line 29 of file HsClientState.cc.
int Hyperspace::HsClientState::exit_status = 0 |
Definition at line 28 of file HsClientState.cc.
FileMap Hyperspace::HsClientState::file_map |
Definition at line 30 of file HsClientState.cc.