Simple TLS data class.
More...
#include <opencv2/core/utils/tls.hpp>
|
| | TLSData () |
| |
| | ~TLSData () |
| |
| void | cleanup () |
| | Release associated thread data.
|
| |
| T * | get () const |
| | Get data associated with key.
|
| |
| T & | getRef () const |
| | Get data associated with key.
|
| |
template<typename T>
class cv::TLSData< T >
Simple TLS data class.
- See also
- TLSDataAccumulator
◆ TLSData()
◆ ~TLSData()
◆ cleanup()
Release associated thread data.
◆ createDataInstance()
template<typename T >
| virtual void * cv::TLSData< T >::createDataInstance |
( |
| ) |
const |
|
inlineprotectedvirtual |
◆ deleteDataInstance()
template<typename T >
| virtual void cv::TLSData< T >::deleteDataInstance |
( |
void * | pData | ) |
const |
|
inlineprotectedvirtual |
◆ get()
Get data associated with key.
◆ getRef()
Get data associated with key.
The documentation for this class was generated from the following file: