Class LttngSessionImpl
Defined in File lttng_session.hpp
Inheritance Relationships
Base Type
public LttngSession
(Class LttngSession)
Class Documentation
-
class LttngSessionImpl : public LttngSession
Implementation of LttngSession.
Public Functions
-
inline LttngSessionImpl()
-
inline ~LttngSessionImpl() override
-
virtual bool is_session_running() const override
Check whether session is up and running.
- Returns:
True if running, false otherwise.
-
virtual bool started_session_running() const override
Check whether the session was up at startup.
- Returns:
True if running, false otherwise.
-
inline LttngSessionImpl()