#include <lispexpr.h>
Definition at line 73 of file lispexpr.h.
◆ anonymous enum
| Enumerator |
|---|
| String | |
| Symbol | |
| Number | |
| List | |
Definition at line 76 of file lispexpr.h.
◆ expr2string()
| std::string lispexprt::expr2string |
( |
| ) |
const |
◆ is_nil()
| bool lispexprt::is_nil |
( |
| ) |
const |
|
inline |
◆ make_nil()
| void lispexprt::make_nil |
( |
| ) |
|
|
inline |
◆ parse() [1/2]
| bool lispexprt::parse |
( |
const std::string & |
s | ) |
|
◆ parse() [2/2]
◆ type
| enum { ... } lispexprt::type |
◆ value
The documentation for this class was generated from the following files:
- /home/runner/work/cbmc-documentation/cbmc-documentation/src/util/lispexpr.h
- /home/runner/work/cbmc-documentation/cbmc-documentation/src/util/lispexpr.cpp