Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
197
struct Version
198
{
199
int major{0};
200
int minor{0};
201
202
Version() = default;
203
Version(const std::string& v);
204
};
205
206
struct Package
207
{
Callers
14
Generate
Method · 0.85
GenerateFBEJson
Method · 0.85
ConvertTypeName
Method · 0.85
ConvertTypeFieldName
Method · 0.85
ConvertTypeFieldType
Method · 0.85
ConvertConstant
Method · 0.85
ConvertDefault
Method · 0.85
ConvertOutputStreamType
Method · 0.85
ConvertTypeName
Method · 0.85
ConvertTypeFieldName
Method · 0.85
ConvertTypeFieldType
Method · 0.85
ConvertConstant
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected