Castor3D 0.16.0
Multiplatform 3D engine
Public Member Functions | Public Attributes | List of all members
castor::ParserFunctionAndParams Struct Reference

The parser function and expected parameters. More...

#include <FileParserModule.hpp>

Public Member Functions

 ParserFunctionAndParams ()=default
 
 ParserFunctionAndParams (ParserFunction function, uint32_t resultSection, ParserParameterArray params={})
 

Public Attributes

ParserFunction function {}
 
uint32_t resultSection {}
 
ParserParameterArray params {}
 

Detailed Description

The parser function and expected parameters.

Constructor & Destructor Documentation

◆ ParserFunctionAndParams() [1/2]

castor::ParserFunctionAndParams::ParserFunctionAndParams ( )
default

◆ ParserFunctionAndParams() [2/2]

castor::ParserFunctionAndParams::ParserFunctionAndParams ( ParserFunction function,
uint32_t resultSection,
ParserParameterArray params = {} )
inline

Member Data Documentation

◆ function

ParserFunction castor::ParserFunctionAndParams::function {}

◆ params

ParserParameterArray castor::ParserFunctionAndParams::params {}

◆ resultSection

uint32_t castor::ParserFunctionAndParams::resultSection {}

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