#include "bbtkData.h"
#include "bbtkMessageManager.h"


Go to the source code of this file.
Classes | |
| class | bbtk::AtomicBlackBoxGetFunctor |
| Abstract functor of the Get accessors of the inputs and outputs of a AtomicBlackBox. More... | |
| class | bbtk::AtomicBlackBoxSetFunctor |
| Abstract functor of the Set accessors of the inputs and outputs of a AtomicBlackBox. More... | |
| class | bbtk::AtomicBlackBoxTGetFunctor< UBB, T, TRETURN > |
| Template for concrete functors of the Get accessors of the inputs and outputs of a AtomicBlackBox (inherits from bbtk::AtomicBlackBoxGetFunctor). More... | |
| class | bbtk::AtomicBlackBoxTSetFunctor< UBB, T, TACCESS > |
| Template for concrete functors of the Set accessors of the inputs and outputs of a AtomicBlackBox (inherits from bbtk::AtomicBlackBoxSetFunctor). More... | |
| class | bbtk::AtomicBlackBoxTSetFunctor< UBB, T *, TACCESS * > |
| Template specialization of AtomicBlackBoxTSetFunctor for pointer types. More... | |
Namespaces | |
| namespace | bbtk |
Definition in file bbtkAtomicBlackBoxGetSetFunctor.h.
1.5.7.1