Definition at line 101 of file structs.hpp.
Public Types | |
| using | ProtobufMessage = messages::Repeated |
Public Attributes | |
| std::vector< int32_t > | f1 = {} |
| std::vector< std::string > | f2 = {} |
| std::vector< TestEnum > | f3 = {} |
| std::vector< Simple > | f4 = {} |
| using structs::Repeated::ProtobufMessage = messages::Repeated |
Definition at line 102 of file structs.hpp.
| std::vector<int32_t> structs::Repeated::f1 = {} |
Definition at line 104 of file structs.hpp.
| std::vector<std::string> structs::Repeated::f2 = {} |
Definition at line 105 of file structs.hpp.
| std::vector<TestEnum> structs::Repeated::f3 = {} |
Definition at line 106 of file structs.hpp.
| std::vector<Simple> structs::Repeated::f4 = {} |
Definition at line 107 of file structs.hpp.