Declaration
class simaai::neat::RtspServerHandle { ... }
Friends Index
Public Constructors Index
Public Destructor Index
Public Operators Index
Public Member Functions Index
Private Member Attributes Index
Definition at line 42 of file Session.h.
Public Constructors
RtspServerHandle()
| simaai::neat::RtspServerHandle::RtspServerHandle () |
|
default
|
RtspServerHandle()
RtspServerHandle()
Public Destructor
~RtspServerHandle()
| simaai::neat::RtspServerHandle::~RtspServerHandle () |
|
Public Operators
operator=()
| RtspServerHandle& simaai::neat::RtspServerHandle::operator= (const RtspServerHandle &) |
|
delete
|
operator=()
| RtspServerHandle& simaai::neat::RtspServerHandle::operator= (RtspServerHandle &&) |
|
noexcept
|
Public Member Functions
kill()
| void simaai::neat::RtspServerHandle::kill () |
|
inline
|
running()
| bool simaai::neat::RtspServerHandle::running () |
|
stop()
| void simaai::neat::RtspServerHandle::stop () |
|
url()
| const std::string& simaai::neat::RtspServerHandle::url () |
|
inline
|
Definition at line 53 of file Session.h.
53 const std::string& url() const {
54 return url_;
55 }
Private Member Attributes
guard_
| std::shared_ptr<void> simaai::neat::RtspServerHandle::guard_ |
|
Definition at line 67 of file Session.h.
67 std::shared_ptr<void> guard_;
impl_
| void* simaai::neat::RtspServerHandle::impl_ = nullptr |
|
Definition at line 66 of file Session.h.
66 void* impl_ = nullptr;
url_
| std::string simaai::neat::RtspServerHandle::url_ |
|
The documentation for this class was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.