Fleet  0.0.9
Inference in the LOT
Classes
Vector2D.h File Reference

A little trick here to force bools to act like chars and have normal std::vector iterators etc. This wastes space but prevents us from writing other code. More...

#include <vector>
#include <assert.h>
#include "IO.h"
Include dependency graph for Vector2D.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Vector2D< T >
 Just a little wrapper to allow vectors to be handled as 2D arrays, which simplifie some stuff in GrammarHypothesis. More...
 

Detailed Description

A little trick here to force bools to act like chars and have normal std::vector iterators etc. This wastes space but prevents us from writing other code.