Definition at line 414 of file CCameraSensor.h.
#include <mrpt/hwdrivers/CCameraSensor.h>
◆ CCameraSensorPtr() [1/2]
mrpt::hwdrivers::CCameraSensorPtr::CCameraSensorPtr |
( |
| ) |
|
|
inline |
◆ CCameraSensorPtr() [2/2]
mrpt::hwdrivers::CCameraSensorPtr::CCameraSensorPtr |
( |
CCameraSensor * |
data | ) |
|
|
inlineexplicit |
◆ clear()
void mrpt::hwdrivers::CCameraSensorPtr::clear |
( |
| ) |
|
|
inline |
◆ clear_unique()
void mrpt::hwdrivers::CCameraSensorPtr::clear_unique |
( |
| ) |
|
|
inline |
◆ get() [1/2]
virtual CCameraSensor* mrpt::hwdrivers::CCameraSensorPtr::get |
( |
| ) |
|
|
inlinevirtual |
◆ get() [2/2]
virtual const CCameraSensor* mrpt::hwdrivers::CCameraSensorPtr::get |
( |
| ) |
const |
|
inlinevirtual |
◆ operator bool()
mrpt::hwdrivers::CCameraSensorPtr::operator bool |
( |
| ) |
const |
|
inline |
◆ operator!()
bool mrpt::hwdrivers::CCameraSensorPtr::operator! |
( |
| ) |
const |
|
inline |
◆ operator*() [1/2]
◆ operator*() [2/2]
virtual const CCameraSensor& mrpt::hwdrivers::CCameraSensorPtr::operator* |
( |
void |
| ) |
const |
|
inlinevirtual |
◆ operator->() [1/2]
◆ operator->() [2/2]
virtual const CCameraSensor* mrpt::hwdrivers::CCameraSensorPtr::operator-> |
( |
void |
| ) |
const |
|
inlinevirtual |
◆ pointer() [1/2]
virtual CCameraSensor* mrpt::hwdrivers::CCameraSensorPtr::pointer |
( |
| ) |
|
|
inlinevirtual |
◆ pointer() [2/2]
virtual const CCameraSensor* mrpt::hwdrivers::CCameraSensorPtr::pointer |
( |
| ) |
const |
|
inlinevirtual |
◆ present()
bool mrpt::hwdrivers::CCameraSensorPtr::present |
( |
| ) |
const |
|
inline |
◆ reset()
◆ set()
◆ m_ptr
std::shared_ptr<CCameraSensor> mrpt::hwdrivers::CCameraSensorPtr::m_ptr |