RetroArch
Public Member Functions | Public Attributes | List of all members
ComHeader Class Reference

Public Member Functions

 ComHeader (const char *filename)
 
 ComHeader (shared_ptr< Ast > ast_)
 
string str ()
 

Public Attributes

shared_ptr< Astast
 
vector< ComFunctionfunctions
 
vector< name_pairtypes
 

Constructor & Destructor Documentation

◆ ComHeader() [1/2]

ComHeader::ComHeader ( const char *  filename)
inline
Here is the call graph for this function:

◆ ComHeader() [2/2]

ComHeader::ComHeader ( shared_ptr< Ast ast_)
inline

Member Function Documentation

◆ str()

string ComHeader::str ( )
inline
Here is the caller graph for this function:

Member Data Documentation

◆ ast

shared_ptr<Ast> ComHeader::ast

◆ functions

vector<ComFunction> ComHeader::functions

◆ types

vector<name_pair> ComHeader::types

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