1010Data Insights Platform .NET SDK
Public Member Functions | Protected Member Functions | List of all members
TenTenSDK.Visitor.Operation< T, TOfInt, TOfLong, TOfInt128, TOfDouble, TOfString > Class Template Reference

Base class for the Visitor pattern. More...

Public Member Functions

virtual void Perform (TOfInt i)
 Perform based on a TOfInt. More...
 
virtual void Perform (TOfLong l)
 Perform based on a TOfLong. More...
 
virtual void Perform (TOfInt128 q)
 Perform based on a TOfInt128. More...
 
virtual void Perform (TOfDouble d)
 Perform based on a TOfDouble. More...
 
virtual void Perform (TOfString s)
 Perform based on a TOfString. More...
 

Protected Member Functions

virtual void GenericDefault (T v)
 Convenience default computation.
 

Detailed Description

Base class for the Visitor pattern.

Type Constraints
TOfInt :T 
TOfLong :T 
TOfInt128 :T 
TOfDouble :T 
TOfString :T 

Member Function Documentation

virtual void TenTenSDK.Visitor.Operation< T, TOfInt, TOfLong, TOfInt128, TOfDouble, TOfString >.Perform ( TOfInt  i)
inlinevirtual

Perform based on a TOfInt.

Parameters
iTOfInt to compute on

Performs GenericDefault as a default.

virtual void TenTenSDK.Visitor.Operation< T, TOfInt, TOfLong, TOfInt128, TOfDouble, TOfString >.Perform ( TOfLong  l)
inlinevirtual

Perform based on a TOfLong.

Parameters
lTOfLong to compute on

Performs GenericDefault as a default.

virtual void TenTenSDK.Visitor.Operation< T, TOfInt, TOfLong, TOfInt128, TOfDouble, TOfString >.Perform ( TOfInt128  q)
inlinevirtual

Perform based on a TOfInt128.

Parameters
qTOfInt128 to compute on

Performs GenericDefault as a default.

virtual void TenTenSDK.Visitor.Operation< T, TOfInt, TOfLong, TOfInt128, TOfDouble, TOfString >.Perform ( TOfDouble  d)
inlinevirtual

Perform based on a TOfDouble.

Parameters
dTOfDouble to compute on

Performs GenericDefault as a default.

virtual void TenTenSDK.Visitor.Operation< T, TOfInt, TOfLong, TOfInt128, TOfDouble, TOfString >.Perform ( TOfString  s)
inlinevirtual

Perform based on a TOfString.

Parameters
sTOfString to compute on

Performs GenericDefault as a default.


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