Skip to content
Snippets Groups Projects
Commit 034bbfaf authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

added function to return the list of accessors

parent 441595d5
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,9 @@ namespace ChimeraTK {
/** Terminate the module. Must be called before destruction, if run() was called previously. */
virtual void terminate() {};
/** Obtain the list of accessors/variables associated with this module */
const std::list<AccessorBase*>& getAccessorList() { return accessorList; }
protected:
template< typename UserType >
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment