DDraceNetwork Documentation
Loading...
Searching...
No Matches
SWarning Struct Reference

#include <warning.h>

Public Member Functions

 SWarning ()=default
 SWarning (const SWarning &Other)
 SWarning (const char *pMsg)
 SWarning (const char *pTitle, const char *pMsg)
SWarningoperator= (const SWarning &Other)

Public Attributes

char m_aWarningTitle [128] = ""
char m_aWarningMsg [256] = ""
bool m_AutoHide = true

Constructor & Destructor Documentation

◆ SWarning() [1/4]

SWarning::SWarning ( )
default

◆ SWarning() [2/4]

SWarning::SWarning ( const SWarning & Other)

◆ SWarning() [3/4]

SWarning::SWarning ( const char * pMsg)

◆ SWarning() [4/4]

SWarning::SWarning ( const char * pTitle,
const char * pMsg )

Member Function Documentation

◆ operator=()

SWarning & SWarning::operator= ( const SWarning & Other)

Member Data Documentation

◆ m_AutoHide

bool SWarning::m_AutoHide = true

◆ m_aWarningMsg

char SWarning::m_aWarningMsg[256] = ""

◆ m_aWarningTitle

char SWarning::m_aWarningTitle[128] = ""

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