C3D Toolkit  Kernel - 117982, Vision - 2.9.2.2

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.
 

Detailed Description

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.

Member Function Documentation

◆ Visit()

virtual void BaseStrVisitor::Visit ( const TCHAR *&  str)
inlinevirtual

< Processing of the object visit.

Extracting a string of the object.

Implements VisitorImpl< const TCHAR * >.


The documentation for this class was generated from the following file: