Cppcheck
Public Member Functions | Public Attributes | List of all members
CTU::FileInfo::UnsafeUsage Struct Reference

#include <ctu.h>

Public Member Functions

 UnsafeUsage ()=default
 
 UnsafeUsage (std::string myId, nonneg int myArgNr, std::string myArgumentName, Location location, MathLib::bigint value)
 
std::string toString () const
 

Public Attributes

std::string myId
 
nonneg int myArgNr {}
 
std::string myArgumentName
 
Location location
 
MathLib::bigint value {}
 

Detailed Description

Definition at line 67 of file ctu.h.

Constructor & Destructor Documentation

◆ UnsafeUsage() [1/2]

CTU::FileInfo::UnsafeUsage::UnsafeUsage ( )
default

◆ UnsafeUsage() [2/2]

CTU::FileInfo::UnsafeUsage::UnsafeUsage ( std::string  myId,
nonneg int  myArgNr,
std::string  myArgumentName,
Location  location,
MathLib::bigint  value 
)
inline

Definition at line 69 of file ctu.h.

Member Function Documentation

◆ toString()

std::string CTU::FileInfo::UnsafeUsage::toString ( ) const

Member Data Documentation

◆ location

Location CTU::FileInfo::UnsafeUsage::location

Definition at line 73 of file ctu.h.

Referenced by CTU::FileInfo::getErrorPath(), and CTU::loadUnsafeUsageListFromXml().

◆ myArgNr

nonneg int CTU::FileInfo::UnsafeUsage::myArgNr {}

Definition at line 71 of file ctu.h.

Referenced by CTU::FileInfo::getErrorPath(), and CTU::loadUnsafeUsageListFromXml().

◆ myArgumentName

std::string CTU::FileInfo::UnsafeUsage::myArgumentName

◆ myId

std::string CTU::FileInfo::UnsafeUsage::myId

Definition at line 70 of file ctu.h.

Referenced by CTU::FileInfo::getErrorPath(), and CTU::loadUnsafeUsageListFromXml().

◆ value

MathLib::bigint CTU::FileInfo::UnsafeUsage::value {}

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