![]() |
My Project
|
#include <int64vec.h>
Public Member Functions | |
int64vec (int l=1) | |
int64vec (int r, int c, int64 init) | |
int64vec (int64vec *iv) | |
int64vec (intvec *iv) | |
int64 & | operator[] (int i) |
const int64 & | operator[] (int i) const |
void | operator*= (int64 intop) |
void | operator/= (int64 intop) |
int | compare (const int64vec *o) const |
int | length () const |
int | cols () const |
int | rows () const |
void | show (int mat=0, int spaces=0) |
char * | String (int dim=2) |
char * | iv64String (int not_mat=1, int mat=0, int spaces=0, int dim=2) |
int64 * | iv64GetVec () |
~int64vec () | |
void | iv64TEST () |
![]() | |
void * | operator new (size_t size) throw (std::bad_alloc) |
void | operator delete (void *block) throw () |
void * | operator new[] (size_t size) throw (std::bad_alloc) |
void | operator delete[] (void *block) throw () |
void * | operator new (size_t size, const std::nothrow_t &) throw () |
void * | operator new[] (size_t size, const std::nothrow_t &) throw () |
Private Attributes | |
int64 * | v |
int | row |
int | col |
Definition at line 20 of file int64vec.h.
|
inline |
Definition at line 31 of file int64vec.h.
Definition at line 41 of file int64vec.cc.
int64vec::int64vec | ( | int64vec * | iv | ) |
Definition at line 19 of file int64vec.cc.
int64vec::int64vec | ( | intvec * | iv | ) |
Definition at line 30 of file int64vec.cc.
|
inline |
Definition at line 71 of file int64vec.h.
|
inline |
Definition at line 65 of file int64vec.h.
Definition at line 138 of file int64vec.cc.
|
inline |
Definition at line 70 of file int64vec.h.
Definition at line 56 of file int64vec.cc.
|
inline |
Definition at line 79 of file int64vec.h.
|
inline |
Definition at line 64 of file int64vec.h.
|
inline |
Definition at line 66 of file int64vec.h.
Definition at line 104 of file int64vec.cc.
Definition at line 99 of file int64vec.cc.
|
private |
Definition at line 28 of file int64vec.h.
|
private |
Definition at line 27 of file int64vec.h.
|
private |
Definition at line 26 of file int64vec.h.