|
fw4spl
|
Inheritance diagram for fwDataCamp::visitor::LockVisitor:
Collaboration diagram for fwDataCamp::visitor::LockVisitor:Public Member Functions | |
| LockVisitor (std::shared_ptr< RecursiveLock::LockVectType >locks) | |
| void | operator() (camp::NoType value) |
| void | operator() (bool value) |
| void | operator() (long value) |
| void | operator() (double value) |
| void | operator() (const std::string &value) |
| void | operator() (const camp::EnumObject &value) |
| void | operator() (const camp::UserObject &value) |
Public Attributes | |
| std::shared_ptr< RecursiveLock::LockVectType > | m_locks |
Definition at line 25 of file RecursiveLock.cpp.