| filename_t typedef | MCSrcMsg | |
| getCode() const | MCMsg | |
| getCodeString() const | MCMsg | |
| getCodeString(msgcode_t code) | MCMsg | [static] |
| getFileName() const | MCSrcMsg | |
| getLevel() const | MCMsg | |
| getLevelString() const | MCMsg | |
| getLevelString(msglevel_t lvl) | MCMsg | [static] |
| getLineNum() const | MCSrcMsg | |
| getString() const | MCMsg | |
| getText() const | MCSrcMsg | [virtual] |
| hasSrc() const | MCSrcMsg | |
| linenum_t typedef | MCSrcMsg | |
| m_fileName | MCSrcMsg | [protected] |
| m_line | MCSrcMsg | [protected] |
| m_msg (defined in MCMsg) | MCMsg | [protected] |
| m_msgCode (defined in MCMsg) | MCMsg | [protected] |
| m_msgLevel (defined in MCMsg) | MCMsg | [protected] |
| MCExcept (defined in MCSrcMsg) | MCSrcMsg | [friend] |
| MCExceptFatal (defined in MCSrcMsg) | MCSrcMsg | [friend] |
| MCMsg(const MCString &msg, msglevel_t msgLevel=MSGLVL_ALL, msgcode_t msgCode=MSGCODE_NONE) | MCMsg | |
| MCSrcMsg(const char *msg, filename_t fileName=0, linenum_t lineNum=0, msglevel_t msgLevel=MSGLVL_ALL, msgcode_t msgCode=MSGCODE_NONE) | MCSrcMsg | |
| MCSrcMsg(const MCMsg &msg, filename_t fileName=0, linenum_t lineNum=0) | MCSrcMsg | |
| MCSrcMsg(const MCSrcMsg &msg, msglevel_t msgLevel) | MCSrcMsg | [protected] |
| MSGCODE_MAX | MCMsg | [static] |
| MSGCODE_MIN | MCMsg | [static] |
| MSGCODE_NONE | MCMsg | [static] |
| msgcode_t typedef | MCMsg | |
| msglevel_t typedef (defined in MCMsg) | MCMsg | |
| MSGLVL_ALL | MCMsg | [static] |
| MSGLVL_DEBUG | MCMsg | [static] |
| MSGLVL_DEBUG_L1 | MCMsg | [static] |
| MSGLVL_DEBUG_L2 | MCMsg | [static] |
| MSGLVL_DEBUG_L3 | MCMsg | [static] |
| MSGLVL_DEBUG_L4 | MCMsg | [static] |
| MSGLVL_ERROR | MCMsg | [static] |
| MSGLVL_FATAL | MCMsg | [static] |
| MSGLVL_INFO | MCMsg | [static] |
| MSGLVL_WARN (defined in MCMsg) | MCMsg | [static] |
| MSGLVL_WARNING | MCMsg | [static] |
| setFile(const char *fileName) | MCSrcMsg | [protected] |
| setLine(linenum_t lineNum) | MCSrcMsg | [protected] |
| setString(const MCString &mcs) | MCSrcMsg | [protected] |
| ~MCMsg() | MCMsg | [virtual] |
| ~MCSrcMsg() | MCSrcMsg | [virtual] |
1.3.9.1