mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
14 lines
215 B
C++
14 lines
215 B
C++
|
|
#include "FieldNames.h"
|
|
|
|
#define FIELD(name, type, index) { sf##name, #name, STI_##type, index },
|
|
#define TYPE(name, type, index)
|
|
|
|
FieldName FieldNames[]=
|
|
{
|
|
#include "SerializeProto.h"
|
|
};
|
|
|
|
#undef FIELD
|
|
#undef TYPE
|