#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) | |
| YCPTerm::YCPTerm | ( | const string & | s | ) | [inline] |
| YCPTerm::YCPTerm | ( | const string & | s, | |
| const YCPList & | l | |||
| ) | [inline] |
| YCPTerm::YCPTerm | ( | bytecodeistream & | str | ) |
| YCPTerm::DEF_COW_COMMON | ( | Term | , | |
| Value | ||||
| ) | [private] |
| string YCPTerm::name | ( | ) | const [inline] |
| YCPList YCPTerm::args | ( | ) | const [inline] |
| bool YCPTerm::isEmpty | ( | ) | const [inline] |
| int YCPTerm::size | ( | ) | const [inline] |
| void YCPTerm::reserve | ( | int | size | ) | [inline] |
| YCPValue YCPTerm::value | ( | int | n | ) | const [inline] |
| void YCPTerm::set | ( | const int | n, | |
| const YCPValue & | value | |||
| ) | [inline] |
| void YCPTerm::add | ( | const YCPValue & | value | ) | [inline] |
1.5.0