Definition at line 135 of file structs.hpp.
Classes | |
| struct | Tag |
Public Types | |
| using | ProtobufMessage = messages::Strong |
| using | F1Strong = ::utils::StrongTypedef<Tag, int32_t> |
| using | F2Strong = ::utils::StrongTypedef<Tag, std::string> |
| using | F3Strong = ::utils::StrongTypedef<Tag, TestEnum> |
| using | F4Strong = ::utils::StrongTypedef<Tag, Simple> |
| using | F5Strong = ::utils::StrongTypedef<Tag, ups::Duration> |
| using | OneofType = ups::Oneof<F5Strong> |
Public Attributes | |
| F1Strong | f1 = {} |
| std::optional< F2Strong > | f2 = {} |
| std::vector< F3Strong > | f3 = {} |
| std::map< int32_t, F4Strong > | f4 = {} |
| OneofType | test_oneof = {} |
| using structs::Strong::F1Strong = ::utils::StrongTypedef<Tag, int32_t> |
Definition at line 139 of file structs.hpp.
| using structs::Strong::F2Strong = ::utils::StrongTypedef<Tag, std::string> |
Definition at line 140 of file structs.hpp.
| using structs::Strong::F3Strong = ::utils::StrongTypedef<Tag, TestEnum> |
Definition at line 141 of file structs.hpp.
Definition at line 142 of file structs.hpp.
Definition at line 143 of file structs.hpp.
| using structs::Strong::OneofType = ups::Oneof<F5Strong> |
Definition at line 144 of file structs.hpp.
| using structs::Strong::ProtobufMessage = messages::Strong |
Definition at line 138 of file structs.hpp.
| F1Strong structs::Strong::f1 = {} |
Definition at line 146 of file structs.hpp.
| std::optional<F2Strong> structs::Strong::f2 = {} |
Definition at line 147 of file structs.hpp.
| std::vector<F3Strong> structs::Strong::f3 = {} |
Definition at line 148 of file structs.hpp.
| std::map<int32_t, F4Strong> structs::Strong::f4 = {} |
Definition at line 149 of file structs.hpp.
| OneofType structs::Strong::test_oneof = {} |
Definition at line 150 of file structs.hpp.