|  | 
| Output< OutT > & | Write (const std::string &name, pb::WireFormat::Type type) | 
|  | 
| template<typename MapType , typename... Args> | 
| PTable< typename detail::MapperTraits< MapType >::OutputType > | Map (const std::string &name, Args &&... args) const | 
|  | 
| template<typename Handler , typename ToType , typename U > | 
| detail::HandlerBinding< Handler, ToType > | BindWith (EmitMemberFn< U, Handler, ToType > ptr) const | 
|  | 
| template<typename U > | 
| PTable< U > | As () const | 
|  | 
| PTable< rapidjson::Document > | AsJson () const | 
|  | 
|  | 
| using | TableImpl = detail::TableImplT< OutT > | 
|  | 
|  | 
|  | PTable (std::shared_ptr< TableImpl > impl) | 
|  | 
|  | 
| std::shared_ptr< TableImpl > | impl_ | 
|  | 
template<typename OutT>
class mr3::PTable< OutT >
Definition at line 61 of file ptable.h.
The documentation for this class was generated from the following file: