TrinityCore
Trinity::TCLogSink< T > Class Template Reference

Public Types

typedef char char_type
 
typedef sink_tag category
 

Public Member Functions

 TCLogSink (T callback)
 
std::streamsize write (char const *str, std::streamsize size)
 

Private Attributes

callback_
 

Detailed Description

template<typename T>
class Trinity::TCLogSink< T >

Definition at line 40 of file StartProcess.cpp.

Member Typedef Documentation

◆ category

template<typename T >
typedef sink_tag Trinity::TCLogSink< T >::category

Definition at line 46 of file StartProcess.cpp.

◆ char_type

template<typename T >
typedef char Trinity::TCLogSink< T >::char_type

Definition at line 45 of file StartProcess.cpp.

Constructor & Destructor Documentation

◆ TCLogSink()

template<typename T >
Trinity::TCLogSink< T >::TCLogSink ( callback)
inline

Definition at line 49 of file StartProcess.cpp.

Member Function Documentation

◆ write()

template<typename T >
std::streamsize Trinity::TCLogSink< T >::write ( char const *  str,
std::streamsize  size 
)
inline

Definition at line 52 of file StartProcess.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ callback_

template<typename T >
T Trinity::TCLogSink< T >::callback_
private

Definition at line 42 of file StartProcess.cpp.


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