8 #ifndef CPPCMS_BASE_VIEW_H 9 #define CPPCMS_BASE_VIEW_H 11 #include <cppcms/defs.h> 18 #include <booster/memory_inc.h> 20 #include <booster/hold_ptr.h> 21 #include <cppcms/base_content.h> 22 #include <booster/noncopyable.h> 23 #include <cppcms/config.h> 40 virtual void render();
62 #define CPPCMS_TYPEOF(x) auto
This is the namespace where all CppCMS functionality is placed.
Definition: application.h:19
This class is base class for all views (skins) rendered by CppCMS template engine.
Definition: base_view.h:35
This class makes impossible to copy any class derived from this one.
Definition: noncopyable.h:15