ICG 2
Electric Boogaloo
Public Member Functions | List of all members
ParsedDeclaration Class Reference

#include <ParsedDeclaration.hpp>

Public Member Functions

 ParsedDeclaration (std::string s)
 
std::string getTypeSpecifier () const
 
std::deque< std::string > getQualifiedNameParts () const
 
std::string getVariableName () const
 
std::vector< int > getDims () const
 
std::vector< ParsedDeclarationgetTemplateParams () const
 

Constructor & Destructor Documentation

◆ ParsedDeclaration()

ParsedDeclaration::ParsedDeclaration ( std::string  s)

Member Function Documentation

◆ getDims()

std::vector< int > ParsedDeclaration::getDims ( ) const

◆ getQualifiedNameParts()

std::deque< std::string > ParsedDeclaration::getQualifiedNameParts ( ) const

◆ getTemplateParams()

std::vector< ParsedDeclaration > ParsedDeclaration::getTemplateParams ( ) const

◆ getTypeSpecifier()

std::string ParsedDeclaration::getTypeSpecifier ( ) const

◆ getVariableName()

std::string ParsedDeclaration::getVariableName ( ) const

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