ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
colmap::JobQueue< T >::Job Class Reference

#include <threading.h>

Public Member Functions

 Job ()
 
 Job (const T &data)
 
bool IsValid () const
 
T & Data ()
 
const T & Data () const
 

Detailed Description

template<typename T>
class colmap::JobQueue< T >::Job

Definition at line 239 of file threading.h.

Constructor & Destructor Documentation

◆ Job() [1/2]

template<typename T >
colmap::JobQueue< T >::Job::Job ( )
inline

Definition at line 241 of file threading.h.

◆ Job() [2/2]

template<typename T >
colmap::JobQueue< T >::Job::Job ( const T &  data)
inlineexplicit

Definition at line 242 of file threading.h.

Member Function Documentation

◆ Data() [1/2]

template<typename T >
T& colmap::JobQueue< T >::Job::Data ( )
inline

Definition at line 248 of file threading.h.

◆ Data() [2/2]

template<typename T >
const T& colmap::JobQueue< T >::Job::Data ( ) const
inline

Definition at line 249 of file threading.h.

◆ IsValid()

template<typename T >
bool colmap::JobQueue< T >::Job::IsValid ( ) const
inline

Definition at line 245 of file threading.h.

Referenced by BOOST_AUTO_TEST_CASE().


The documentation for this class was generated from the following file: