|
Caffa
1.1.0
C++ Application Framework for Embedded Systems with introspection
|
#include <cafObjectCollector.h>


Public Types | |
| using | Selector = std::function< bool(const ObjectType *)> |
Public Member Functions | |
| ObjectCollector (Selector selector=nullptr) | |
| const std::list< ObjectType * > & | objects () |
Public Member Functions inherited from caffa::Editor | |
| void | visit (ObjectHandle *object) |
| void | visit (ChildFieldBaseHandle *field) |
| void | visit (DataField *field) |
A simple depth first collector
1.8.13