#include <libcamera_app.hpp>
◆ Metadata() [1/3]
◆ Metadata() [2/3]
Metadata::Metadata |
( |
Metadata const & |
other | ) |
|
|
inline |
◆ Metadata() [3/3]
◆ Clear()
◆ Get()
template<typename T >
int Metadata::Get |
( |
std::string const & |
tag, |
|
|
T & |
value |
|
) |
| const |
|
inline |
◆ GetLocked()
template<typename T >
T* Metadata::GetLocked |
( |
std::string const & |
tag | ) |
|
|
inline |
◆ lock()
◆ Merge()
void Metadata::Merge |
( |
Metadata & |
other | ) |
|
|
inline |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ Set()
template<typename T >
void Metadata::Set |
( |
std::string const & |
tag, |
|
|
T && |
value |
|
) |
| |
|
inline |
◆ SetLocked()
template<typename T >
void Metadata::SetLocked |
( |
std::string const & |
tag, |
|
|
T && |
value |
|
) |
| |
|
inline |
◆ unlock()
void Metadata::unlock |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: