userver: structs::Repeated Struct Reference
Loading...
Searching...
No Matches
structs::Repeated Struct Reference

Detailed Description

Definition at line 92 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< Simplef4 = {}
 

Member Typedef Documentation

◆ ProtobufMessage

using structs::Repeated::ProtobufMessage = messages::Repeated

Definition at line 93 of file structs.hpp.

Member Data Documentation

◆ f1

std::vector<int32_t> structs::Repeated::f1 = {}

Definition at line 95 of file structs.hpp.

◆ f2

std::vector<std::string> structs::Repeated::f2 = {}

Definition at line 96 of file structs.hpp.

◆ f3

std::vector<TestEnum> structs::Repeated::f3 = {}

Definition at line 97 of file structs.hpp.

◆ f4

std::vector<Simple> structs::Repeated::f4 = {}

Definition at line 98 of file structs.hpp.


The documentation for this struct was generated from the following file: