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

#include <cppast.h>

Collaboration diagram for CppCatchBlock:
Collaboration graph

Public Attributes

CppVarTypePtr exceptionType_
 
std::string exceptionName_
 
CppCompoundPtr catchStmt_
 

Detailed Description

Definition at line 2093 of file cppast.h.

Member Data Documentation

◆ catchStmt_

CppCompoundPtr CppCatchBlock::catchStmt_

Definition at line 2097 of file cppast.h.

◆ exceptionName_

std::string CppCatchBlock::exceptionName_

Definition at line 2096 of file cppast.h.

◆ exceptionType_

CppVarTypePtr CppCatchBlock::exceptionType_

Definition at line 2095 of file cppast.h.


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