Chapter 2
Containers

In LYRIC containers follow all the following rule: Never copy around pointers to data, but clone data and properties in copy constructors and equal operators.


 2.1 Array1D
 2.2 Vector
 2.3 Circreg
 2.4 List
 2.5 Stack
 2.6 Queue
 2.7 Deque
 2.8 Map
 2.9 String
  2.9.1 String::SubId
 2.10 Path
  2.10.1 Path::Property