Geogram Version 1.9.6-rc
A programming library of geometric algorithms
Loading...
Searching...
No Matches
GEO::CSGCompiler::Token Struct Reference

Public Member Functions

std::string to_string () const
 

Public Attributes

int type
 
std::string str_val
 
int int_val
 
double double_val
 
bool boolean_val
 

Detailed Description

Definition at line 641 of file mesh_CSG.h.

Member Data Documentation

◆ boolean_val

bool GEO::CSGCompiler::Token::boolean_val

Definition at line 648 of file mesh_CSG.h.

◆ double_val

double GEO::CSGCompiler::Token::double_val

Definition at line 647 of file mesh_CSG.h.

◆ int_val

int GEO::CSGCompiler::Token::int_val

Definition at line 646 of file mesh_CSG.h.

◆ str_val

std::string GEO::CSGCompiler::Token::str_val

Definition at line 645 of file mesh_CSG.h.

◆ type

int GEO::CSGCompiler::Token::type

Definition at line 644 of file mesh_CSG.h.


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