Definition at line 117 of file structs.hpp.
Public Types | |
using | ProtobufMessage = messages::Indirect |
template<typename T> | |
using | Box = ::utils::Box<T> |
using | OneofType = ups::Oneof<Box<Simple>, Box<std::string>> |
Public Attributes | |
Box< Simple > | f1 = {} |
std::optional< Box< ups::Duration > > | f2 = {} |
std::vector< Box< Simple > > | f3 = {} |
std::map< int32_t, Box< Simple > > | f4 = {} |
OneofType | test_oneof = {} |
Box< int32_t > | f7 = {} |
Box< std::vector< Box< TestEnum > > > | f8 = {} |
Box< std::map< std::string, Box< Simple > > > | f9 = {} |
using structs::Indirect::Box = ::utils::Box<T> |
Definition at line 121 of file structs.hpp.
using structs::Indirect::OneofType = ups::Oneof<Box<Simple>, Box<std::string>> |
Definition at line 123 of file structs.hpp.
using structs::Indirect::ProtobufMessage = messages::Indirect |
Definition at line 118 of file structs.hpp.
Definition at line 125 of file structs.hpp.
std::optional<Box<ups::Duration> > structs::Indirect::f2 = {} |
Definition at line 126 of file structs.hpp.
Definition at line 127 of file structs.hpp.
Definition at line 128 of file structs.hpp.
Box<int32_t> structs::Indirect::f7 = {} |
Definition at line 130 of file structs.hpp.
Definition at line 131 of file structs.hpp.
Definition at line 132 of file structs.hpp.
OneofType structs::Indirect::test_oneof = {} |
Definition at line 129 of file structs.hpp.