Definition at line 110 of file structs.hpp.
Public Types | |
| using | ProtobufMessage = messages::Map |
Public Attributes | |
| std::map< int32_t, int32_t > | f1 = {} |
| std::unordered_map< std::string, std::string > | f2 = {} |
| std::map< bool, TestEnum > | f3 = {} |
| std::unordered_map< std::string, Simple, ::utils::StrCaseHash > | f4 = {} |
| using structs::Map::ProtobufMessage = messages::Map |
Definition at line 111 of file structs.hpp.
| std::map<int32_t, int32_t> structs::Map::f1 = {} |
Definition at line 113 of file structs.hpp.
| std::unordered_map<std::string, std::string> structs::Map::f2 = {} |
Definition at line 114 of file structs.hpp.
| std::map<bool, TestEnum> structs::Map::f3 = {} |
Definition at line 115 of file structs.hpp.
| std::unordered_map<std::string, Simple, ::utils::StrCaseHash> structs::Map::f4 = {} |
Definition at line 116 of file structs.hpp.