#include <Leaf.hpp>
Inheritance diagram for Bodon::Leaf:
Public Member Functions | |
Leaf () | |
Leaf (const counter_t counter) | |
void | setCounter (const counter_t counter) |
void | increaseCounter (const counter_t counter_incr=1) |
counter_t | getCounter () const |
Protected Attributes | |
counter_t | counter |
a counter.
Definition at line 19 of file Leaf.hpp.
|
Definition at line 22 of file Leaf.hpp. References Bodon::LeafWithoutConstructor::counter. |
|
|
|
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 24 of file LeafWithoutConstructor.hpp. Referenced by Bodon::FattenableLeaf< VECTOR_SIZE >::FattenableLeaf(), Bodon::LeafWithoutConstructor::getCounter(), Bodon::LeafWithoutConstructor::increaseCounter(), and Leaf(). |