#include <YCPTerm.h>
Inheritance diagram for YCPTerm:
Public Member Functions | |
YCPTerm (const string &s) | |
YCPTerm (const string &s, const YCPList &l) | |
YCPTerm (bytecodeistream &str) | |
string | name () const |
YCPList | args () const |
YCPTerm | functionalAdd (const YCPValue &value) const |
bool | isEmpty () const |
int | size () const |
void | reserve (int size) |
YCPValue | value (int n) const |
void | set (const int n, const YCPValue &value) |
void | add (const YCPValue &value) |
Private Member Functions | |
DEF_COW_COMMON (Term, Value) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|