|
Canola
0.8.D001
|
#include <lib/ac/string.h>#include <libexplain/output.h>#include <lib/program_card/functor/image/pdf.h>#include <lib/program_card/functor/image/png.h>#include <lib/program_card/functor/image/ps.h>#include <lib/program_card/functor/image/svg.h>#include <lib/sizeof.h>Go to the source code of this file.
Classes | |
| struct | table_t |
Variables | |
| static const table_t | table [] |
{
{ "pdf", &program_card_functor_image_pdf::create },
{ "png", &program_card_functor_image_png::create },
{ "ps", &program_card_functor_image_ps::create },
{ "svg", &program_card_functor_image_svg::create },
}
Definition at line 34 of file factory.cc.
1.7.6.1