Home2L - C/C++ API  v1.2-2-ga4fe (2023-04-15)
Smart Tools for a Private Home
List of all members
CListRaw Class Reference

Description

Raw list (base class for other list variants).

This class stores typeless value data and is the base class for the other list classes. It should not be used directly.

Definition at line 941 of file base.H.

#include "base.H"

Inheritance diagram for CListRaw:
Inheritance graph
[legend]

Public Member Functions

Read access ...
int Entries () const
 Get number of entries.
 
Write access ...
void Clear ()
 Clear the list.
 
void Del (int idx)
 Delete entry; complexity is O(n).
 
Debugging ...
virtual void Dump (const char *name)
 Dump contents by means of INFO logs (for debugging)
 

The documentation for this class was generated from the following file: