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

Detailed Description

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

Member Typedef Documentation

◆ ProtobufMessage

using structs::Scalar::ProtobufMessage = messages::Scalar

Definition at line 47 of file structs.hpp.

Member Data Documentation

◆ f1

bool structs::Scalar::f1 = {}

Definition at line 49 of file structs.hpp.

◆ f10

TestEnum structs::Scalar::f10 = {}

Definition at line 58 of file structs.hpp.

◆ f11

std::size_t structs::Scalar::f11 = {}

Definition at line 59 of file structs.hpp.

◆ f2

int32_t structs::Scalar::f2 = {}

Definition at line 50 of file structs.hpp.

◆ f3

uint32_t structs::Scalar::f3 = {}

Definition at line 51 of file structs.hpp.

◆ f4

int64_t structs::Scalar::f4 = {}

Definition at line 52 of file structs.hpp.

◆ f5

uint64_t structs::Scalar::f5 = {}

Definition at line 53 of file structs.hpp.

◆ f6

float structs::Scalar::f6 = {}

Definition at line 54 of file structs.hpp.

◆ f7

double structs::Scalar::f7 = {}

Definition at line 55 of file structs.hpp.

◆ f8

std::string structs::Scalar::f8 = {}

Definition at line 56 of file structs.hpp.

◆ f9

std::string structs::Scalar::f9 = {}

Definition at line 57 of file structs.hpp.


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