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

Class Version

include/fbe.h:197–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195};
196
197struct Version
198{
199 int major{0};
200 int minor{0};
201
202 Version() = default;
203 Version(const std::string& v);
204};
205
206struct Package
207{

Callers 14

GenerateMethod · 0.85
GenerateFBEJsonMethod · 0.85
ConvertTypeNameMethod · 0.85
ConvertTypeFieldNameMethod · 0.85
ConvertTypeFieldTypeMethod · 0.85
ConvertConstantMethod · 0.85
ConvertDefaultMethod · 0.85
ConvertTypeNameMethod · 0.85
ConvertTypeFieldNameMethod · 0.85
ConvertTypeFieldTypeMethod · 0.85
ConvertConstantMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected