Dynalib Utils
Classes | Macros | Functions
DynaList.h File Reference
#include <exception>
#include <type_traits>
#include "TypeDefs.h"
#include "ICopyable.h"
Include dependency graph for DynaList.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DynaListIter< T >
 
class  DynaList< T >
 
class  DynaListIter< T >
 

Macros

#define AUTO_PACK   0x01
 
#define PACK_NEEDED   0x02
 
#define AUTO_TRIM   0x04
 
#define OWNS_MEMBERS   0x08
 
#define END_OF_LIST   -1
 
#define INVALID_INDEX   -1
 
#define FIRST_FREE   -2
 
#define MAKE_LISTTYPE_DEF(C, T)   typedef DynaList<C> T##List
 

Functions

 MAKE_LISTTYPE_DEF (String, String)
 

Detailed Description

Author
Ken Kopelson (ken@m.nosp@m.etae.nosp@m.ra.co.nosp@m.m)
Version
0.1
Date
2020-01-10

Macro Definition Documentation

◆ AUTO_PACK

#define AUTO_PACK   0x01

◆ AUTO_TRIM

#define AUTO_TRIM   0x04

◆ END_OF_LIST

#define END_OF_LIST   -1

◆ FIRST_FREE

#define FIRST_FREE   -2

◆ INVALID_INDEX

#define INVALID_INDEX   -1

◆ MAKE_LISTTYPE_DEF

#define MAKE_LISTTYPE_DEF (   C,
 
)    typedef DynaList<C> T##List

◆ OWNS_MEMBERS

#define OWNS_MEMBERS   0x08

◆ PACK_NEEDED

#define PACK_NEEDED   0x02

Function Documentation

◆ MAKE_LISTTYPE_DEF()

MAKE_LISTTYPE_DEF ( String  ,
String   
)