12 #ifndef CPROVER_CPP_CPP_TEMPLATE_ARGS_H
13 #define CPROVER_CPP_CPP_TEMPLATE_ARGS_H
70 for(argumentst::const_iterator
71 it=_arguments.begin();
74 if(it->id()==ID_unassigned ||
75 it->type().id()==ID_unassigned)
const argumentst & arguments() const
exprt::operandst argumentst
cpp_template_args_baset()
bool has_unassigned() const
std::vector< exprt > operandst
There are a large number of kinds of tree structured or tree-like data in CPROVER.
const irept & find(const irep_idt &name) const
const irep_idt & id() const
irept & add(const irep_idt &name)
cpp_template_args_tct & to_cpp_template_args_tc(irept &irep)
cpp_template_args_non_tct & to_cpp_template_args_non_tc(irept &irep)
#define PRECONDITION(CONDITION)