Home2L - C/C++ API  v1.2-2-ga4fe (2023-04-15)
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...