WPILibC++ 2024.3.2
wpi::structparser::ParsedDeclaration Struct Reference

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
 

Detailed Description

Raw struct schema declaration.

Member Data Documentation

◆ arraySize

size_t wpi::structparser::ParsedDeclaration::arraySize = 1

◆ bitWidth

unsigned int wpi::structparser::ParsedDeclaration::bitWidth = 0

◆ enumValues

EnumValues wpi::structparser::ParsedDeclaration::enumValues

◆ name

std::string wpi::structparser::ParsedDeclaration::name

◆ typeString

std::string wpi::structparser::ParsedDeclaration::typeString

The documentation for this struct was generated from the following file: