Prev | Next |
f.function_name_set(function_name)
function_name = f.function_name_get()
f
has prototype
ADFun<Base> f
In the get operation,
f
has prototype
const ADFun<Base> f
(see
ADFun<Base>
constructor
).
function_name
has prototype
const std::string& function_name
In the get operation,
function_name
has prototype
std::string function_name