stencet
v0.1.16
Build C++ web server modules that allow easy routing and deployment.
|
Public Member Functions | |
ViewModel_ (const int &_t) | |
virtual int | asInt () const |
Public Member Functions inherited from stencet::ViewBase_< int > | |
ViewBase_ (const int &_t) | |
virtual void | asString (std::string &str) const |
Public Member Functions inherited from stencet::ViewModel | |
virtual bool | isConvertible (Type t) const |
virtual Type | getType () const |
virtual double | asDouble () const |
virtual bool | asBool () const |
virtual size_t | size () const |
virtual bool | hasValue (const std::string &name) |
virtual ViewModel * | at (size_t) |
virtual ViewModel * | at (const std::string &name) |
Additional Inherited Members | |
Public Types inherited from stencet::ViewModel | |
enum | Type { Null = -1, Object = 0, List = 1, String = 2, Double = 3, Int = 4, Bool = 5 } |
Public Attributes inherited from stencet::ViewBase_< int > | |
const int & | t |