KiCad PCB EDA Suite
Loading...
Searching...
No Matches
calc_parser::FUNC_DATA Struct Reference

#include <text_eval_parser.h>

Public Member Functions

 FUNC_DATA (std::string aName, std::vector< std::unique_ptr< NODE > > aArguments)
 

Public Attributes

std::string name
 
std::vector< std::unique_ptr< NODE > > args
 

Detailed Description

Definition at line 209 of file text_eval_parser.h.

Constructor & Destructor Documentation

◆ FUNC_DATA()

calc_parser::FUNC_DATA::FUNC_DATA ( std::string aName,
std::vector< std::unique_ptr< NODE > > aArguments )
inline

Definition at line 214 of file text_eval_parser.h.

References args, move, and name.

Member Data Documentation

◆ args

std::vector<std::unique_ptr<NODE> > calc_parser::FUNC_DATA::args

Definition at line 212 of file text_eval_parser.h.

Referenced by FUNC_DATA().

◆ name

std::string calc_parser::FUNC_DATA::name

Definition at line 211 of file text_eval_parser.h.

Referenced by FUNC_DATA().


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