Definition at line 47 of file structs.hpp.
Public Types | |
| using | ProtobufMessage = messages::Scalar |
Public Attributes | |
| bool | f1 = {} |
| int32_t | f2 = {} |
| uint32_t | f3 = {} |
| int64_t | f4 = {} |
| uint64_t | f5 = {} |
| float | f6 = {} |
| double | f7 = {} |
| std::string | f8 = {} |
| std::string | f9 = {} |
| TestEnum | f10 = {} |
| std::size_t | f11 = {} |
| using structs::Scalar::ProtobufMessage = messages::Scalar |
Definition at line 48 of file structs.hpp.
| bool structs::Scalar::f1 = {} |
Definition at line 50 of file structs.hpp.
| TestEnum structs::Scalar::f10 = {} |
Definition at line 59 of file structs.hpp.
| std::size_t structs::Scalar::f11 = {} |
Definition at line 60 of file structs.hpp.
| int32_t structs::Scalar::f2 = {} |
Definition at line 51 of file structs.hpp.
| uint32_t structs::Scalar::f3 = {} |
Definition at line 52 of file structs.hpp.
| int64_t structs::Scalar::f4 = {} |
Definition at line 53 of file structs.hpp.
| uint64_t structs::Scalar::f5 = {} |
Definition at line 54 of file structs.hpp.
| float structs::Scalar::f6 = {} |
Definition at line 55 of file structs.hpp.
| double structs::Scalar::f7 = {} |
Definition at line 56 of file structs.hpp.
| std::string structs::Scalar::f8 = {} |
Definition at line 57 of file structs.hpp.
| std::string structs::Scalar::f9 = {} |
Definition at line 58 of file structs.hpp.