#include <listt.hpp>
Métodos públicos | |
_SetPList (VOID) | |
virtual BOOL | OK (VOID) const |
Métodos protegidos | |
virtual BOOL | _sameData (const VOID *d1, const VOID *d2) const =0 |
Lix | __seek (const _PList &a, const VOID *x) const |
_PList & | _create_d (const _PList &a) |
_PList & | _create_p (_PList &a) |
Lix | _add_d (const VOID *x) |
Lix | _add_p (VOID *x) |
VOID | _add_d (const _PList &a) |
VOID | _add_p (_PList &a) |
VOID | _add_mv (_PList &a, Lix ni, Lix nf, BOOL ovwrt, BOOL cdata) |
Lix | _seek (const VOID *x) const |
BOOL | _contains (const VOID *x) const |
BOOL | _contains (const _PList &a) const |
BOOL | _equals (const _PList &a, BOOL allowrep=TRUE) const |
BOOL | _erase (const VOID *x, BOOL cdata) |
BOOL | _erase (const _PList &a, BOOL cdata) |
VOID | _keep (const _PList &a, BOOL cdata) |
Métodos privados | |
_SetPList (const _SetPList &) |
Definición en la línea 213 del archivo listt.hpp.
_SetPList::_SetPList | ( | const _SetPList & | ) | [inline, private] |
virtual BOOL _SetPList::_sameData | ( | const VOID * | d1, | |
const VOID * | d2 | |||
) | const [protected, pure virtual] |
Implementado en SetListT< T >, KeyValListT< K, V >, SetListT< String >, y KeyValListT< String, String >.
Definición en la línea 31 del archivo listt_2.cpp.
BOOL _SetPList::OK | ( | VOID | ) | const [virtual] |
Lix _SetPList::_add_d | ( | const VOID * | x | ) | [protected] |
Definición en la línea 66 del archivo listt_2.cpp.
Lix _SetPList::_add_p | ( | VOID * | x | ) | [protected] |
Definición en la línea 74 del archivo listt_2.cpp.
VOID _SetPList::_add_d | ( | const _PList & | a | ) | [protected] |
Definición en la línea 82 del archivo listt_2.cpp.
VOID _SetPList::_add_p | ( | _PList & | a | ) | [protected] |
Definición en la línea 90 del archivo listt_2.cpp.
Definición en la línea 98 del archivo listt_2.cpp.
Lix _SetPList::_seek | ( | const VOID * | x | ) | const [inline, protected] |
BOOL _SetPList::_contains | ( | const VOID * | x | ) | const [inline, protected] |
BOOL _SetPList::_contains | ( | const _PList & | a | ) | const [protected] |
Definición en la línea 126 del archivo listt_2.cpp.
BOOL _SetPList::_equals | ( | const _PList & | a, | |
BOOL | allowrep = TRUE | |||
) | const [protected] |
Definición en la línea 137 del archivo listt_2.cpp.
BOOL _SetPList::_erase | ( | const VOID * | x, | |
BOOL | cdata | |||
) | [protected] |
Definición en la línea 145 del archivo listt_2.cpp.
BOOL _SetPList::_erase | ( | const _PList & | a, | |
BOOL | cdata | |||
) | [protected] |
Definición en la línea 157 del archivo listt_2.cpp.
VOID _SetPList::_keep | ( | const _PList & | a, | |
BOOL | cdata | |||
) | [protected] |
Definición en la línea 167 del archivo listt_2.cpp.