#include <YCPList.h>
Inheritance diagram for YCPList:
Public Member Functions | |
YCPList () | |
YCPList (std::istream &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) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|