MCPcopy Create free account
hub / github.com/chronoxor/FastBinaryEncoding / StructSimple

Class StructSimple

proto/test.h:151–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149#endif
150
151struct StructSimple
152{
153 int32_t id;
154 bool f1;
155 bool f2;
156 uint8_t f3;
157 uint8_t f4;
158 char f5;
159 char f6;
160 wchar_t f7;
161 wchar_t f8;
162 int8_t f9;
163 int8_t f10;
164 uint8_t f11;
165 uint8_t f12;
166 int16_t f13;
167 int16_t f14;
168 uint16_t f15;
169 uint16_t f16;
170 int32_t f17;
171 int32_t f18;
172 uint32_t f19;
173 uint32_t f20;
174 int64_t f21;
175 int64_t f22;
176 uint64_t f23;
177 uint64_t f24;
178 float f25;
179 float f26;
180 double f27;
181 double f28;
182 FBE::decimal_t f29;
183 FBE::decimal_t f30;
184 std::string f31;
185 std::string f32;
186 uint64_t f33;
187 uint64_t f34;
188 uint64_t f35;
189 FBE::uuid_t f36;
190 FBE::uuid_t f37;
191 FBE::uuid_t f38;
192 ::proto::OrderSide f39;
193 ::proto::OrderType f40;
194 ::proto::Order f41;
195 ::proto::Balance f42;
196 ::proto::State f43;
197 ::proto::Account f44;
198
199 size_t fbe_type() const noexcept { return 110; }
200
201 StructSimple();
202 StructSimple(int32_t arg_id, bool arg_f1, bool arg_f2, uint8_t arg_f3, uint8_t arg_f4, char arg_f5, char arg_f6, wchar_t arg_f7, wchar_t arg_f8, int8_t arg_f9, int8_t arg_f10, uint8_t arg_f11, uint8_t arg_f12, int16_t arg_f13, int16_t arg_f14, uint16_t arg_f15, uint16_t arg_f16, int32_t arg_f17, int32_t arg_f18, uint32_t arg_f19, uint32_t arg_f20, int64_t arg_f21, int64_t arg_f22, uint64_t arg_f23, uint64_t arg_f24, float arg_f25, float arg_f26, double arg_f27, double arg_f28, const FBE::decimal_t& arg_f29, const FBE::decimal_t& arg_f30, const std::string& arg_f31, const std::string& arg_f32, uint64_t arg_f33, uint64_t arg_f34, uint64_t arg_f35, const FBE::uuid_t& arg_f36, const FBE::uuid_t& arg_f37, const FBE::uuid_t& arg_f38, const ::proto::OrderSide& arg_f39, const ::proto::OrderType& arg_f40, const ::proto::Order& arg_f41, const ::proto::Balance& arg_f42, const ::proto::State& arg_f43, const ::proto::Account& arg_f44);
203 StructSimple(const StructSimple& other) = default;
204 StructSimple(StructSimple&& other) = default;
205 ~StructSimple() = default;
206
207 StructSimple& operator=(const StructSimple& other) = default;
208 StructSimple& operator=(StructSimple&& other) = default;

Callers 5

get_fieldsMethod · 0.70
mainFunction · 0.50
mainFunction · 0.50

Calls

no outgoing calls

Tested by 1

get_fieldsMethod · 0.56