CppParser
|
#include <cppast.h>
Public Member Functions | |
CppInheritInfo (std::string _baseName, CppAccessType _inhType, bool virtualInheritance=false) | |
Public Attributes | |
std::string | baseName |
CppAccessType | inhType |
bool | isVirtual {false} |
|
inline |
CppAccessType CppInheritInfo::inhType |