|
stencet
v0.1.16
Build C++ web server modules that allow easy routing and deployment.
|
Public Member Functions | |
| ViewBase_ (const T &_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 int | asInt () 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) |
Public Attributes | |
| const T & | t |
Public Attributes inherited from stencet::ViewModel | |
| bool | managed = true |
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 } |