![]() |
User Guide
|
Implement utility functions for codegen visitors. More...
Implement utility functions for codegen visitors.
Definition in file codegen_utils.hpp.
#include <string>
Go to the source code of this file.
Namespaces | |
nmodl | |
encapsulates code generation backend implementations | |
nmodl::codegen | |
nmodl::codegen::utils | |
Functions | |
std::string | nmodl::codegen::utils::format_double_string (const std::string &s_value) |
Handles the double constants format being printed in the generated code. More... | |
std::string | nmodl::codegen::utils::format_float_string (const std::string &s_value) |
Handles the float constants format being printed in the generated code. More... | |