WPILibC++ 2024.1.1-beta-4
wpi::structparser Namespace Reference

Classes

class  Lexer
 Raw struct schema lexer. More...
 
struct  ParsedDeclaration
 Raw struct schema declaration. More...
 
struct  ParsedSchema
 Raw struct schema. More...
 
class  Parser
 Raw struct schema parser. More...
 
struct  Token
 A lexed raw struct schema token. More...
 

Typedefs

using EnumValues = std::vector< std::pair< std::string, int64_t > >
 Raw struct set of enumerated values. More...
 

Functions

std::string_view ToString (Token::Kind kind)
 

Typedef Documentation

◆ EnumValues

using wpi::structparser::EnumValues = typedef std::vector<std::pair<std::string, int64_t> >

Raw struct set of enumerated values.

Function Documentation

◆ ToString()

std::string_view wpi::structparser::ToString ( Token::Kind  kind)