CppParser
Loading...
Searching...
No Matches
CppHashError Struct Reference

#include <cppast.h>

Inheritance diagram for CppHashError:
Inheritance graph
Collaboration diagram for CppHashError:
Collaboration graph

Public Member Functions

 CppHashError (std::string err)
 
void accept (CppVisitorBase *v) override
 
- Public Member Functions inherited from CppObj
 CppObj (CppObjType type, CppAccessType accessType)
 
CppCompoundowner ()
 
void owner (CppCompound *o)
 
virtual void accept (CppVisitorBase *v)=0
 
virtual ~CppObj ()
 

Public Attributes

std::string err_
 
- Public Attributes inherited from CppObj
CppObjType objType_
 
CppAccessType accessType_
 All objects do not need this. More...
 

Static Public Attributes

static constexpr CppObjType kObjectType = CppObjType::kHashError
 

Detailed Description

Definition at line 327 of file cppast.h.

Constructor & Destructor Documentation

◆ CppHashError()

CppHashError::CppHashError ( std::string  err)
inline

Definition at line 333 of file cppast.h.

Member Function Documentation

◆ accept()

void CppHashError::accept ( CppVisitorBase v)
inlineoverridevirtual

Implements CppObj.

Definition at line 339 of file cppast.h.

Here is the call graph for this function:

Member Data Documentation

◆ err_

std::string CppHashError::err_

Definition at line 331 of file cppast.h.

◆ kObjectType

constexpr CppObjType CppHashError::kObjectType = CppObjType::kHashError
staticconstexpr

Definition at line 329 of file cppast.h.


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