Cppcheck
|
#include <ctu.h>
Public Member Functions | |
CallBase ()=default | |
CallBase (std::string callId, int callArgNr, std::string callFunctionName, Location loc) | |
CallBase (const Tokenizer &tokenizer, const Token *callToken) | |
virtual | ~CallBase ()=default |
CallBase (const CallBase &)=default | |
Public Attributes | |
std::string | callId |
int | callArgNr {} |
std::string | callFunctionName |
Location | location |
Protected Member Functions | |
std::string | toBaseXmlString () const |
bool | loadBaseFromXml (const tinyxml2::XMLElement *xmlElement) |
|
default |
|
inline |
|
virtualdefault |
|
default |
|
protected |
Definition at line 187 of file ctu.cpp.
References ATTR_CALL_ARGNR, ATTR_CALL_FUNCNAME, ATTR_CALL_ID, ATTR_LOC_COLUMN, ATTR_LOC_FILENAME, ATTR_LOC_LINENR, error, readAttrInt(), and readAttrString().
|
protected |
Definition at line 88 of file ctu.cpp.
References ATTR_CALL_ARGNR, ATTR_CALL_FUNCNAME, ATTR_CALL_ID, ATTR_LOC_COLUMN, ATTR_LOC_FILENAME, ATTR_LOC_LINENR, and ErrorLogger::toxml().
int CTU::FileInfo::CallBase::callArgNr {} |
Definition at line 88 of file ctu.h.
Referenced by findPath(), and CTU::getFileInfo().
std::string CTU::FileInfo::CallBase::callFunctionName |
Definition at line 89 of file ctu.h.
Referenced by CTU::FileInfo::getErrorPath(), and CTU::getFileInfo().
std::string CTU::FileInfo::CallBase::callId |
Definition at line 87 of file ctu.h.
Referenced by CTU::getFileInfo().
Location CTU::FileInfo::CallBase::location |
Definition at line 90 of file ctu.h.
Referenced by CTU::FileInfo::getErrorPath(), and CTU::getFileInfo().