My Project
|
#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 96 of file int64vec.h.
Definition at line 172 of file int64vec.cc.
Definition at line 84 of file int64vec.h.
Definition at line 202 of file int64vec.cc.