|
C3D Toolkit
Kernel - 118060, Vision - 2.15.0.1825
|
Base class for thread-safe visitor extracting a string. More...
#include <alg_indicator.h>
Inheritance diagram for BaseStrVisitor:
Collaboration diagram for BaseStrVisitor:Classes | |
| struct | BaseAuxiliaryData |
| Visitor data. Manager providing thread-safe access to the data. More... | |
Public Member Functions | |
| BaseStrVisitor () | |
| Constructor. | |
| virtual | ~BaseStrVisitor () |
| Destructor. | |
| virtual void | Visit (const TCHAR *&str) |
| < Processing of the object visit. More... | |
| virtual const TCHAR * | GetString () const |
| Access to the object data. | |
Base class for thread-safe visitor extracting a string.
Base class for thread-safe visitor extracting a string. Can be used as a sample when creating thread-safe visitors, working with other data.
|
inlinevirtual |
< Processing of the object visit.
Extracting a string of the object.
Implements VisitorImpl< const TCHAR * >.