Public Member Functions | |
| Service (const Service &)=delete | |
| Service (Service &&)=delete | |
| Service & | operator= (const Service &)=delete |
| Service & | operator= (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 |