C/C++ API Reference
Loading...
Searching...
No Matches
pw::rpc::Service Class Reference
Inheritance diagram for pw::rpc::Service:
pw::containers::future::IntrusiveList< T >::Item

Public Member Functions

 Service (const Service &)=delete
 
 Service (Service &&)=delete
 
Serviceoperator= (const Service &)=delete
 
Serviceoperator= (Service &&)=delete
 
ServiceId service_id () const
 

Protected Member Functions

template<typename T , size_t kMethodCount>
constexpr Service (uint32_t id, const std::array< T, kMethodCount > &methods)
 
template<typename T >
constexpr Service (uint32_t id, const T &method)
 
- Protected Member Functions inherited from pw::containers::future::IntrusiveList< T >::Item
constexpr Item ()=default
 

Friends

class Server
 
class ServiceTestHelper
 

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