TrinityCore
Loading...
Searching...
No Matches
Trinityd

Files

file  CliRunnable.cpp
 
file  CliRunnable.h
 

Functions

static void PrintCliPrefix ()
 
void utf8print (void *, std::string_view str)
 
void commandFinished (void *, bool)
 
void CliThread ()
 Thread start
 

Variables

static constexpr char CLI_PREFIX [] = "TC> "
 

Detailed Description

Function Documentation

◆ CliThread()

void CliThread ( )

Thread start

Definition at line 108 of file CliRunnable.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ commandFinished()

void commandFinished ( void *  ,
bool   
)

Definition at line 86 of file CliRunnable.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ PrintCliPrefix()

static void PrintCliPrefix ( )
inlinestatic

Definition at line 38 of file CliRunnable.cpp.

+ Here is the caller graph for this function:

◆ utf8print()

void utf8print ( void *  ,
std::string_view  str 
)

Definition at line 74 of file CliRunnable.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Variable Documentation

◆ CLI_PREFIX

constexpr char CLI_PREFIX[] = "TC> "
staticconstexpr

Definition at line 36 of file CliRunnable.cpp.