#include <cassert>
#include <limits>
#include <sstream>
#include <string>
#include "lo-error.h"
#include "lo-macros.h"
#include "oct-refcount.h"
Go to the source code of this file.
Classes | |
class | dim_vector |
Defines | |
#define | ASSIGN_REP(i) rep[i] = d ## i; |
#define | DIM_VECTOR_CTOR(N) |
Functions | |
bool | operator!= (const dim_vector &a, const dim_vector &b) |
bool | operator== (const dim_vector &a, const dim_vector &b) |
#define ASSIGN_REP | ( | i | ) | rep[i] = d ## i; |
Definition at line 164 of file dim-vector.h.
#define DIM_VECTOR_CTOR | ( | N | ) |
dim_vector (OCT_MAKE_DECL_LIST (octave_idx_type, d, N)) \ : rep (newrep (N)) \ { \ OCT_ITERATE_MACRO (ASSIGN_REP, N) \ }
Definition at line 165 of file dim-vector.h.
bool operator!= | ( | const dim_vector & | a, | |
const dim_vector & | b | |||
) | [inline] |
Definition at line 520 of file dim-vector.h.
References operator==().
bool operator== | ( | const dim_vector & | a, | |
const dim_vector & | b | |||
) | [inline] |
Definition at line 491 of file dim-vector.h.
References dim_vector::length(), and dim_vector::rep.
Referenced by operator!=().