#include <FattenableLeaf.hpp>
Inheritance diagram for Bodon::FattenableLeaf< VECTOR_SIZE >:
Public Member Functions | |
FattenableLeaf () | |
FattenableLeaf (const counter_t counter) | |
void | setCounter (const counter_t counter) |
void | increaseCounter (const counter_t counter_incr=1) |
counter_t | getCounter () const |
Protected Attributes | |
int | a_vector [VECTOR_SIZE] |
counter_t | counter |
Definition at line 11 of file FattenableLeaf.hpp.
|
Definition at line 14 of file FattenableLeaf.hpp. References Bodon::LeafWithoutConstructor::counter. |
|
Definition at line 15 of file FattenableLeaf.hpp. |
|
Definition at line 33 of file LeafWithoutConstructor.hpp. References Bodon::LeafWithoutConstructor::counter. |
|
Definition at line 30 of file LeafWithoutConstructor.hpp. References Bodon::LeafWithoutConstructor::counter. |
|
Definition at line 27 of file LeafWithoutConstructor.hpp. |
|
Definition at line 17 of file FattenableLeaf.hpp. |
|
Definition at line 24 of file LeafWithoutConstructor.hpp. Referenced by Bodon::FattenableLeaf< VECTOR_SIZE >::FattenableLeaf(), Bodon::LeafWithoutConstructor::getCounter(), Bodon::LeafWithoutConstructor::increaseCounter(), and Bodon::Leaf::Leaf(). |