#include <symbol.hpp>

Definition at line 56 of file symbol.hpp.
Public Member Functions | |
| const char * | c () const |
| bool | empty () const |
| Literal (Literal const &o) | |
| Literal (const char *literal) | |
| operator const char * () const | |
Protected Member Functions | |
| Literal & | operator= (const char *newStr) |
| Assignment prohibited. | |
Private Attributes | |
| const char * | str_ |
| Literal& lib::Literal::operator= | ( | const char * | newStr | ) | [inline, protected] |
1.5.6