Compiling & Linking

Include the following at the top of any translation unit:

   1 #include <ecl/containers.hpp>
   2 
   3 // The container types
   4 using ecl::Array;
   5 using ecl::Stencil;
   6 using ecl::FiFo
   7 using ecl::PushAndPop;

Tutorials

  • Arrays - fixed and dynamic arrays, comma initialisation and blueprints.

  • Fifo - A simple first in, first out class.

  • Utilities - container formatters and converters.

Examples

See the programs in the src/test and src/examples subdirectories.

Wiki: ecl_containers (last edited 2012-01-18 14:41:21 by DanielStonier)