WPILibC++ 2024.3.2
|
Raw struct schema declaration. More...
#include <wpi/struct/SchemaParser.h>
Public Attributes | |
std::string | typeString |
std::string | name |
EnumValues | enumValues |
size_t | arraySize = 1 |
unsigned int | bitWidth = 0 |
Raw struct schema declaration.
size_t wpi::structparser::ParsedDeclaration::arraySize = 1 |
unsigned int wpi::structparser::ParsedDeclaration::bitWidth = 0 |
EnumValues wpi::structparser::ParsedDeclaration::enumValues |
std::string wpi::structparser::ParsedDeclaration::name |
std::string wpi::structparser::ParsedDeclaration::typeString |