Home2L - C/C++ API v1.4-0-g38cc (2024-05-25)
Smart Tools for a Private Home
Classes
Containers

Description

Lightweight container classes for lists, dictionaries and key sets.

Collaboration diagram for Containers:

Classes

class  CListRaw
 Raw list (base class for other list variants). More...
 
class  CList< T >
 Dynamic list. More...
 
class  CListCompact< T >
 Compact list. More...
 
class  CListRef< T >
 Reference list. More...
 
class  CDictRaw
 Raw dictionary (base class for other dictionary variants). More...
 
class  CDict< T >
 Dictionary. More...
 
class  CDictCompact< T >
 Compact dictionary. More...
 
class  CDictRef< T >
 Dictionary of references. More...
 
class  CKeySet
 Set of strings (keys). More...