CppADCodeGen 2.4.3
A C++ Algorithmic Differentiation Package with Source Code Generation
Loading...
Searching...
No Matches
CppAD::cg::FuncArgument Struct Reference

#include <variable_name_generator.hpp>

Collaboration diagram for CppAD::cg::FuncArgument:
Collaboration graph

Public Member Functions

 FuncArgument (const std::string &nam, bool a=true)
 

Public Attributes

std::string name
 
bool array
 

Detailed Description

Function arguments

Definition at line 24 of file variable_name_generator.hpp.

Constructor & Destructor Documentation

◆ FuncArgument() [1/2]

CppAD::cg::FuncArgument::FuncArgument ( )
inline

Definition at line 28 of file variable_name_generator.hpp.

◆ FuncArgument() [2/2]

CppAD::cg::FuncArgument::FuncArgument ( const std::string &  nam,
bool  a = true 
)
inline

Definition at line 32 of file variable_name_generator.hpp.

Member Data Documentation

◆ array

bool CppAD::cg::FuncArgument::array

Definition at line 26 of file variable_name_generator.hpp.

◆ name

std::string CppAD::cg::FuncArgument::name

Definition at line 25 of file variable_name_generator.hpp.


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