dillo
3.0.5
About: dillo is a small, fast, extensible Web browser particularly suitable for older or smaller computers and embedded systems (but only limited or no support for frames, CSS, JavaScript, Java).
![]() ![]() |
Typed version of container::untyped::Vector. More...
#include <container.hh>
Public Member Functions | |
Vector (int initSize, bool ownerOfObjects) | |
void | put (T *newElement, int newPos=-1) |
void | insert (T *newElement, int pos) |
void | insertSorted (T *newElement) |
void | remove (int pos) |
T * | get (int pos) const |
int | size () const |
void | clear () |
void | sort () |
int | bsearch (T *key, bool mustExist) |
![]() | |
Collection () | |
~Collection () | |
void | intoStringBuffer (misc::StringBuffer *sb) |
Store a textual representation of the object in a misc::StringBuffer. More... | |
Iterator< T > | iterator () |
![]() | |
virtual | ~Object () |
The destructor is defined as virtual (but not abstract), so that destruction of Object's works properly. More... | |
virtual bool | equals (Object *other) |
Returns, whether two objects are equal. More... | |
virtual int | hashValue () |
Return a hash value for the object. More... | |
virtual Object * | clone () |
Return an exact copy of the object. More... | |
const char * | toString () |
Use object::Object::intoStringBuffer to return a textual representation of the object. More... | |
virtual size_t | sizeOf () |
Return the number of bytes, this object totally uses. More... | |
Additional Inherited Members | |
![]() | |
untyped::Collection * | base |
Typed version of container::untyped::Vector.
Definition at line 399 of file container.hh.
|
inline |
Definition at line 402 of file container.hh.
|
inline |
Definition at line 417 of file container.hh.
|
inline |
Definition at line 415 of file container.hh.
|
inline |
Definition at line 412 of file container.hh.
Referenced by dw::core::DeepIterator::clone(), dw::core::DeepIterator::compareTo(), and dw::Hyphenator::hyphenateSingleWord().
|
inline |
Definition at line 407 of file container.hh.
|
inline |
Definition at line 409 of file container.hh.
|
inline |
Definition at line 405 of file container.hh.
Referenced by dw::core::DeepIterator::clone(), dw::core::DeepIterator::DeepIterator(), and dw::Hyphenator::insertException().
|
inline |
Definition at line 411 of file container.hh.
|
inline |
Definition at line 414 of file container.hh.
Referenced by dw::core::DeepIterator::clone(), dw::core::DeepIterator::compareTo(), dw::Hyphenator::hyphenateSingleWord(), dw::Hyphenator::insertException(), dw::core::DeepIterator::next(), and dw::core::DeepIterator::prev().
|
inline |
Definition at line 416 of file container.hh.