33template <>
bool lst::info(
unsigned inf)
const
38 return inherited::info(inf);
Archiving of GiNaC expressions.
Wrapper template for making GiNaC classes out of STL containers.
bool info(unsigned inf) const override
Information about the object.
void do_print(const print_context &c, unsigned level) const
void do_print_tree(const print_tree &c, unsigned level) const
Definition of GiNaC's lst.
container< std::list > lst
print_func< print_context >(&varidx::do_print). print_func< print_latex >(&varidx
GINAC_IMPLEMENT_REGISTERED_CLASS_OPT_T(lst, basic, print_func< print_context >(&lst::do_print). print_func< print_tree >(&lst::do_print_tree)) template<> bool lst GINAC_BIND_UNARCHIVER(lst)
Specialization of container::info() for lst.
#define GINAC_IMPLEMENT_REGISTERED_CLASS_OPT_T(classname, supername, options)
Macro for inclusion in the implementation of each registered class.