OpenClonk
C4Network2IRCUser Class Reference

#include <C4Network2IRC.h>

Public Member Functions

 C4Network2IRCUser (const char *szName)
 
const char * getPrefix () const
 
const char * getName () const
 
C4Network2IRCUsergetNext () const
 

Friends

class C4Network2IRCChannel
 

Detailed Description

Definition at line 60 of file C4Network2IRC.h.

Constructor & Destructor Documentation

◆ C4Network2IRCUser()

C4Network2IRCUser::C4Network2IRCUser ( const char *  szName)

Definition at line 56 of file C4Network2IRC.cpp.

57  : Name(szName)
58 {
59 
60 }

Member Function Documentation

◆ getName()

const char* C4Network2IRCUser::getName ( ) const
inline

Definition at line 75 of file C4Network2IRC.h.

75 { return Name.getData(); }
const char * getData() const
Definition: StdBuf.h:442

References StdStrBuf::getData().

Referenced by C4ChatControl::ChatSheet::NickItem::Update().

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

◆ getNext()

C4Network2IRCUser* C4Network2IRCUser::getNext ( ) const
inline

Definition at line 76 of file C4Network2IRC.h.

76 { return Next; }

◆ getPrefix()

const char* C4Network2IRCUser::getPrefix ( ) const
inline

Definition at line 74 of file C4Network2IRC.h.

74 { return Prefix.getData(); }

References StdStrBuf::getData().

Referenced by C4ChatControl::ChatSheet::NickItem::Update().

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

Friends And Related Function Documentation

◆ C4Network2IRCChannel

friend class C4Network2IRCChannel
friend

Definition at line 62 of file C4Network2IRC.h.


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