#include <YCPList.h>
Inheritance diagram for YCPList:

Public Member Functions | |
| YCPList () | |
| YCPList (bytecodeistream &str) | |
| int | size () const |
| void | reserve (int size) |
| bool | isEmpty () const |
| void | add (const YCPValue &value) |
| void | set (const int n, const YCPValue &value) |
| void | remove (const int n) |
| void | swap (int x, int y) |
| bool | contains (const YCPValue &value) const |
| void | sortlist () |
| void | lsortlist () |
| void | fsortlist (const YCPCodeCompare &cmp) |
| YCPList | functionalAdd (const YCPValue &value, bool prepend=false) const |
| YCPValue | value (int n) const |
| string | commaList () const |
Private Member Functions | |
| DEF_COW_COMMON (List, Value) | |
| YCPList::YCPList | ( | ) | [inline] |
| YCPList::YCPList | ( | bytecodeistream & | str | ) |
| YCPList::DEF_COW_COMMON | ( | List | , | |
| Value | ||||
| ) | [private] |
| int YCPList::size | ( | ) | const [inline] |
| void YCPList::reserve | ( | int | size | ) | [inline] |
| bool YCPList::isEmpty | ( | ) | const [inline] |
| void YCPList::add | ( | const YCPValue & | value | ) | [inline] |
| void YCPList::set | ( | const int | n, | |
| const YCPValue & | value | |||
| ) | [inline] |
| void YCPList::remove | ( | const int | n | ) | [inline] |
| void YCPList::swap | ( | int | x, | |
| int | y | |||
| ) | [inline] |
| bool YCPList::contains | ( | const YCPValue & | value | ) | const [inline] |
| void YCPList::sortlist | ( | ) | [inline] |
| void YCPList::lsortlist | ( | ) | [inline] |
| void YCPList::fsortlist | ( | const YCPCodeCompare & | cmp | ) | [inline] |
| YCPValue YCPList::value | ( | int | n | ) | const [inline] |
| string YCPList::commaList | ( | ) | const [inline] |
1.5.0