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