#include <vec.h>
Definition at line 101 of file vec.h.
◆ absref_transmit() [1/5]
Heed::absref_transmit::absref_transmit |
( |
| ) |
|
|
inline |
Definition at line 103 of file vec.h.
int qaref_other
Number of objects available though virtual function GetOther.
int qaref
Number of vector objects which are the members of the class.
Referenced by copy().
◆ absref_transmit() [2/5]
Heed::absref_transmit::absref_transmit |
( |
int |
fqaref, |
|
|
absref absref::** |
faref |
|
) |
| |
|
inline |
◆ absref_transmit() [3/5]
Heed::absref_transmit::absref_transmit |
( |
int |
fqaref_pointer, |
|
|
absref ** |
faref_pointer |
|
) |
| |
|
inline |
◆ absref_transmit() [4/5]
Heed::absref_transmit::absref_transmit |
( |
int |
fqaref, |
|
|
absref absref::** |
faref, |
|
|
int |
fqaref_pointer, |
|
|
absref ** |
faref_pointer |
|
) |
| |
|
inline |
◆ absref_transmit() [5/5]
◆ ~absref_transmit()
virtual Heed::absref_transmit::~absref_transmit |
( |
| ) |
|
|
inlinevirtual |
Destructor.
Definition at line 123 of file vec.h.
◆ copy()
◆ get_other()
absref * Heed::absref_transmit::get_other |
( |
int |
n | ) |
|
|
virtual |
This function is meant to be redefined in derived classes to obtain additional address except those contained in aref and aref_pointer. This default version always returns NULL.
Definition at line 39 of file vec.cpp.
◆ print()
void Heed::absref_transmit::print |
( |
std::ostream & |
file, |
|
|
int |
l |
|
) |
| const |
|
virtual |
Definition at line 31 of file vec.cpp.
31 {
32 if (l <= 0) return;
33 Ifile <<
"absref_transmit::print(l=" << l <<
") qaref=" <<
qaref
35 << "\n";
36 file.flush();
37}
◆ aref
absrefabsref::** Heed::absref_transmit::aref |
Reference to address of array containing their relative addresses as class members.
Definition at line 132 of file vec.h.
◆ aref_pointer
absref** Heed::absref_transmit::aref_pointer |
◆ qaref
int Heed::absref_transmit::qaref |
Number of vector objects which are the members of the class.
Definition at line 129 of file vec.h.
Referenced by print().
◆ qaref_other
int Heed::absref_transmit::qaref_other |
Number of objects available though virtual function GetOther.
Definition at line 149 of file vec.h.
Referenced by print().
◆ qaref_pointer
int Heed::absref_transmit::qaref_pointer |
The documentation for this class was generated from the following files: