#include <pmt_int.h>

Public Member Functions | |
| pmt_symbol (const std::string &name) | |
| bool | is_symbol () const |
| const std::string | name () |
| pmt_t | next () |
| void | set_next (pmt_t next) |
| pmt::pmt_symbol::pmt_symbol | ( | const std::string & | name | ) |
| bool pmt::pmt_symbol::is_symbol | ( | ) | const [inline, virtual] |
Reimplemented from pmt::pmt_base.
| const std::string pmt::pmt_symbol::name | ( | ) | [inline] |
| pmt_t pmt::pmt_symbol::next | ( | ) | [inline] |
| void pmt::pmt_symbol::set_next | ( | pmt_t | next | ) | [inline] |
1.6.3