identt
Public Member Functions | List of all members
identt::query::InviteService< HttpServerT > Class Template Reference
Inheritance diagram for identt::query::InviteService< HttpServerT >:
identt::query::ServiceBase< HttpServerT >

Public Member Functions

 InviteService (identt::utils::SharedTable::pointer stptr, typename std::shared_ptr< HttpServerT > server, ::identt::query::HelpQuery::pointer helpquery, unsigned int scope)
 InviteService : constructor. More...
 

Additional Inherited Members

- Protected Member Functions inherited from identt::query::ServiceBase< HttpServerT >
 ServiceBase (const unsigned int myscope_)
 Constructor : to be used by inherited classes. More...
 
void HttpErrorAction (typename HttpServerT::RespPtr response, typename HttpServerT::ReqPtr request, int ec, const char *em)
 HttpErrorAction : Error Action Template no payload maybe template. More...
 
void HttpErrorAction (typename HttpServerT::RespPtr response, typename HttpServerT::ReqPtr request, int ec, const char *em, std::string payload)
 HttpErrorAction : Error Action Template with payload no template. More...
 
void HttpOKAction (typename HttpServerT::RespPtr response, typename HttpServerT::ReqPtr request, int ec, const char *em, const char *content_type, std::string &payload, bool add_cors)
 HttpOKAction : OK Action template. More...
 
bool JsonRequest (typename HttpServerT::ReqPtr request)
 JsonRequest : Check if request is json from Content-Type and Accept fields. More...
 
- Protected Attributes inherited from identt::query::ServiceBase< HttpServerT >
const unsigned int myscope
 

Constructor & Destructor Documentation

§ InviteService()

template<class HttpServerT >
identt::query::InviteService< HttpServerT >::InviteService ( identt::utils::SharedTable::pointer  stptr,
typename std::shared_ptr< HttpServerT >  server,
::identt::query::HelpQuery::pointer  helpquery,
unsigned int  scope 
)
inline

InviteService : constructor.

Parameters
stptridentt::utils::SharedTable::pointer stptr
serverstd::shared_ptr<HttpServerT> server
helpquery::identt::query::HelpQuery::pointer helpquery
scopeconst unsigned int scope check
Returns
none

The documentation for this class was generated from the following file: