LIBINT
2.6.0
|
This is the complete list of members for libint2::CodeContext, including all inherited members.
accumulate(const std::string &name, const std::string &value)=0 | libint2::CodeContext | pure virtual |
accumulate_binary_expr(const std::string &name, const std::string &left, const std::string &oper, const std::string &right)=0 | libint2::CodeContext | pure virtual |
accumulate_ternary_expr(const std::string &name, const std::string &arg1, const std::string &oper1, const std::string &arg2, const std::string &oper2, const std::string &arg3)=0 | libint2::CodeContext | pure virtual |
assign(const std::string &name, const std::string &value)=0 | libint2::CodeContext | pure virtual |
assign_binary_expr(const std::string &name, const std::string &left, const std::string &oper, const std::string &right)=0 | libint2::CodeContext | pure virtual |
assign_ternary_expr(const std::string &name, const std::string &arg1, const std::string &oper1, const std::string &arg2, const std::string &oper2, const std::string &arg3)=0 | libint2::CodeContext | pure virtual |
close_block() const =0 | libint2::CodeContext | pure virtual |
code_postfix() const =0 | libint2::CodeContext | pure virtual |
code_prefix() const =0 | libint2::CodeContext | pure virtual |
CodeContext(const SafePtr< CompilationParameters > &cparams) | libint2::CodeContext | protected |
comment(const std::string &statement) const =0 | libint2::CodeContext | pure virtual |
comments_on() const | libint2::CodeContext | |
const_modifier() const =0 | libint2::CodeContext | pure virtual |
copyright() const =0 | libint2::CodeContext | pure virtual |
cparams() const | libint2::CodeContext | |
declare(const std::string &type, const std::string &name) const =0 | libint2::CodeContext | pure virtual |
declare_v(const std::string &type, const std::string &name, const std::string &nelem) const =0 | libint2::CodeContext | pure virtual |
decldef(const std::string &type, const std::string &name, const std::string &value)=0 | libint2::CodeContext | pure virtual |
end_of_stat() const =0 | libint2::CodeContext | pure virtual |
for_loop(std::string &varname, const SafePtr< Entity > &less_than, const SafePtr< Entity > &start_at=SafePtr< Entity >(new CTimeEntity< int >(0))) const =0 | libint2::CodeContext | pure virtual |
fp_type() const =0 | libint2::CodeContext | protectedpure virtual |
int_type() const =0 | libint2::CodeContext | protectedpure virtual |
inteval_gen_type_name() const =0 | libint2::CodeContext | pure virtual |
inteval_spec_type_name(const std::string &task) const =0 | libint2::CodeContext | pure virtual |
inteval_type_name(const std::string &task) const =0 | libint2::CodeContext | pure virtual |
label_to_name(const std::string &label) const =0 | libint2::CodeContext | pure virtual |
macro_define(const std::string &name) const =0 | libint2::CodeContext | pure virtual |
macro_define(const std::string &name, const std::string &value) const =0 | libint2::CodeContext | pure virtual |
macro_endif() const =0 | libint2::CodeContext | pure virtual |
macro_if(const std::string &name) const =0 | libint2::CodeContext | pure virtual |
macro_ifdef(const std::string &name) const =0 | libint2::CodeContext | pure virtual |
mutable_modifier() const =0 | libint2::CodeContext | pure virtual |
next_fp_index() const | libint2::CodeContext | protected |
next_int_index() const | libint2::CodeContext | protected |
open_block() const =0 | libint2::CodeContext | pure virtual |
ptr_fp_type() const =0 | libint2::CodeContext | protectedpure virtual |
replace_chars(const std::string &S, const std::string &From, const std::string &To) | libint2::CodeContext | protectedstatic |
reset() | libint2::CodeContext | virtual |
size_type() const =0 | libint2::CodeContext | protectedpure virtual |
stack_address(const DGVertex::Address &a) const =0 | libint2::CodeContext | pure virtual |
std_function_header() const =0 | libint2::CodeContext | pure virtual |
std_header() const =0 | libint2::CodeContext | pure virtual |
turn_comments(bool on) | libint2::CodeContext | |
type_name() const | libint2::CodeContext | |
type_name() const (defined in libint2::CodeContext) | libint2::CodeContext | |
type_name() const (defined in libint2::CodeContext) | libint2::CodeContext | |
type_name() const (defined in libint2::CodeContext) | libint2::CodeContext | |
type_name() const (defined in libint2::CodeContext) | libint2::CodeContext | |
type_name() const (defined in libint2::CodeContext) | libint2::CodeContext | |
type_name() const (defined in libint2::CodeContext) | libint2::CodeContext | |
type_name() const (defined in libint2::CodeContext) | libint2::CodeContext | |
type_name() const (defined in libint2::CodeContext) | libint2::CodeContext | |
unique_fp_name() const =0 | libint2::CodeContext | protectedpure virtual |
unique_int_name() const =0 | libint2::CodeContext | protectedpure virtual |
unique_name() const | libint2::CodeContext | |
value_to_pointer(const std::string &val) const =0 | libint2::CodeContext | pure virtual |
void_type() const =0 | libint2::CodeContext | protectedpure virtual |
~CodeContext() (defined in libint2::CodeContext) | libint2::CodeContext | inlinevirtual |