Description not yet available. More...
#include <gradient_structure.h>
Public Member Functions | |
humungous_pointer () | |
Default constructor. | |
~humungous_pointer () | |
void | adjust (const size_t) |
Description not yet available. | |
void | free () |
Description not yet available. | |
operator char * () | |
Description not yet available. | |
operator double * () | |
Description not yet available. | |
operator double_and_int * () | |
Description not yet available. | |
operator void * () | |
Description not yet available. | |
int | operator!= (void *p) |
Description not yet available. | |
humungous_pointer | operator+ (unsigned long int &offset) |
Note that pointer addition is in bytes not the size of the object pointed to. | |
humungous_pointer & | operator+= (unsigned long int &offset) |
Note that pointer addition is in bytes not the size of the object pointed to. | |
humungous_pointer & | operator= (void *p) |
Description not yet available. | |
int | operator== (void *p) |
Description not yet available. | |
Public Attributes | |
char * | ptr |
Private Attributes | |
size_t | adjustment |
Default constructor.
Definition at line 24 of file humung.cpp.
humungous_pointer::~humungous_pointer | ( | ) | [inline] |
Definition at line 72 of file gradient_structure.h.
void humungous_pointer::adjust | ( | const size_t | a | ) |
Description not yet available.
Definition at line 50 of file humung.cpp.
Referenced by gradient_structure::gradient_structure().
void humungous_pointer::free | ( | ) |
Description not yet available.
Definition at line 34 of file humung.cpp.
Referenced by gradient_structure::~gradient_structure().
humungous_pointer::operator char * | ( | ) |
humungous_pointer::operator double * | ( | ) |
humungous_pointer::operator double_and_int * | ( | ) |
humungous_pointer::operator void * | ( | ) |
int humungous_pointer::operator!= | ( | void * | p | ) |
humungous_pointer humungous_pointer::operator+ | ( | unsigned long int & | offset | ) |
Note that pointer addition is in bytes not the size of the object pointed to.
Definition at line 113 of file humung.cpp.
humungous_pointer & humungous_pointer::operator+= | ( | unsigned long int & | offset | ) |
Note that pointer addition is in bytes not the size of the object pointed to.
Definition at line 127 of file humung.cpp.
humungous_pointer & humungous_pointer::operator= | ( | void * | p | ) |
int humungous_pointer::operator== | ( | void * | p | ) |
size_t humungous_pointer::adjustment [private] |
Definition at line 69 of file gradient_structure.h.
char* humungous_pointer::ptr |
Definition at line 74 of file gradient_structure.h.
Referenced by adjust(), free(), gradient_structure::gradient_structure(), operator char *(), operator double *(), operator double_and_int *(), operator void *(), operator!=(), operator+(), operator+=(), operator=(), and operator==().
Generated on Tue Mar 8 2016 19:51:40 for ADMB Documentation by 1.8.0 |