#include <tables.h>
Public Methods | |
~PToExpandTable () | |
Destructor. More... | |
const PToExpandTable& | operator= (VectorOfInt* newValue) |
Assignment operatorsThe expand table that this object already points to(if any) is deleted. More... | |
const PToExpandTable& | operator= (const PToExpandTable& pointerToNewValue) |
operator VectorOfInt * () const | |
Pointer operator override. More... | |
Friends | |
class | VectorOfPToExpandTable |
You can use this object as if it were a pointer to a VectorOfInt, e.g.
PToExpandTable foo = ....; foo->atInsert(....);
Definition at line 352 of file tables.h.
|
Destructor.
|
|
Pointer operator override.
|
|
|
|
Assignment operatorsThe expand table that this object already points to(if any) is deleted.
|
|
|