#include <inttypes.h>#include <string>#include <libsherpa/BigNum.hxx>#include "ucs.hxx"Go to the source code of this file.
Data Structures | |
| struct | LitValue |
| struct | LitValue::EscapedLiteral |
Enumerations | |
| enum | LiteralType { lt_none, lt_bool, lt_char, lt_int, lt_float, lt_string } |
Functions | |
| std::ostream & | operator<< (std::ostream &strm, const LitValue &lv) |
| enum LiteralType |
Definition at line 47 of file LitValue.hxx.
| std::ostream& operator<< | ( | std::ostream & | strm, | |
| const LitValue & | lv | |||
| ) | [inline] |
1.4.7