![]() |
#include <string.h>
#include "misc/auxiliary.h"
#include "omalloc/omalloc.h"
#include "omalloc/omallocClass.h"
#include "misc/intvec.h"
Go to the source code of this file.
Data Structures | |
class | int64vec |
Macros | |
#define | iv64Test(v) do {} while (0) |
Functions | |
int64vec * | iv64Copy (int64vec *o) |
int64vec * | iv64Add (int64vec *a, int64vec *b) |
int64vec * | iv64Sub (int64vec *a, int64vec *b) |
Definition at line 93 of file int64vec.h.
Definition at line 173 of file int64vec.cc.
Definition at line 81 of file int64vec.h.
Definition at line 203 of file int64vec.cc.