Skip to main content

The constexpYY_state Struct Reference

Declaration

struct constexpYY_state { ... }

Included Headers

#include <src/constexp_p.h>

Public Member Attributes Index

std::stringstrToken
CPPValueresultValue
intconstExpLineNr
std::stringconstExpFileName
std::stringorgString
std::stringinputString
intinputPosition

Definition at line 33 of file constexp_p.h.

Public Member Attributes

constExpFileName

std::string constexpYY_state::constExpFileName

Definition at line 38 of file constexp_p.h.

38 std::string constExpFileName;

constExpLineNr

int constexpYY_state::constExpLineNr

Definition at line 37 of file constexp_p.h.

inputPosition

int constexpYY_state::inputPosition

Definition at line 42 of file constexp_p.h.

inputString

std::string constexpYY_state::inputString

Definition at line 41 of file constexp_p.h.

41 std::string inputString;

orgString

std::string constexpYY_state::orgString

Definition at line 40 of file constexp_p.h.

40 std::string orgString;

resultValue

CPPValue constexpYY_state::resultValue

Definition at line 36 of file constexp_p.h.

strToken

std::string constexpYY_state::strToken

Definition at line 35 of file constexp_p.h.

35 std::string strToken;

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


Generated via doxygen2docusaurus by Doxygen 1.14.0.