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

#include <cppast.h>

Inheritance diagram for CppPragma:
Inheritance graph
Collaboration diagram for CppPragma:
Collaboration graph

Public Member Functions

 CppPragma (std::string defn)
 
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 defn_
 
- Public Attributes inherited from CppObj
CppObjType objType_
 
CppAccessType accessType_
 All objects do not need this. More...
 

Static Public Attributes

static constexpr CppObjType kObjectType = CppObjType::kHashPragma
 

Detailed Description

Definition at line 307 of file cppast.h.

Constructor & Destructor Documentation

◆ CppPragma()

CppPragma::CppPragma ( std::string  defn)
inline

Definition at line 313 of file cppast.h.

Member Function Documentation

◆ accept()

void CppPragma::accept ( CppVisitorBase v)
inlineoverridevirtual

Implements CppObj.

Definition at line 319 of file cppast.h.

Here is the call graph for this function:

Member Data Documentation

◆ defn_

std::string CppPragma::defn_

Definition at line 311 of file cppast.h.

◆ kObjectType

constexpr CppObjType CppPragma::kObjectType = CppObjType::kHashPragma
staticconstexpr

Definition at line 309 of file cppast.h.


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