MeshKit
1.0
|
#include <algorithm>
#include <cstdlib>
Go to the source code of this file.
Classes | |
class | SimpleArray< T > |
Defines | |
#define | ARRAY_INOUT(A) (A).ptr_(), (A).capacity_(), (A).size_() |
#define | ARRAY_IN(A) &(A)[0], (A).size() |
Functions | |
template<typename T > | |
void | swap (SimpleArray< T > &lhs, SimpleArray< T > &rhs) |
#define ARRAY_IN | ( | A | ) | &(A)[0], (A).size() |
Definition at line 79 of file SimpleArray.hpp.
#define ARRAY_INOUT | ( | A | ) | (A).ptr_(), (A).capacity_(), (A).size_() |
Definition at line 78 of file SimpleArray.hpp.