feisty meow concerns codebase
2.140
|
#include "common_outcomes.h"
#include "definitions.h"
#include "enhance_cpp.h"
#include "functions.h"
#include "guards.h"
#include "outcome.h"
#include <string.h>
Go to the source code of this file.
Classes | |
class | basis::array< contents > |
Represents a sequential, ordered, contiguous collection of objects. More... | |
class | basis::int_array |
A simple object that wraps a templated array of ints. More... | |
class | basis::double_array |
An array of double floating point numbers. More... | |
Namespaces | |
basis | |
The guards collection helps in testing preconditions and reporting errors. | |
Macros | |
#define | DEBUG_ARRAY |