Public Member Functions | Private Attributes | List of all members
Eigen::StlThreadEnvironment::EnvThread Class Reference

#include <ThreadEnvironment.h>

Public Member Functions

 EnvThread (std::function< void()> f)
 
void OnCancel ()
 
 ~EnvThread ()
 

Private Attributes

std::thread thr_
 

Detailed Description

Definition at line 22 of file ThreadEnvironment.h.

Constructor & Destructor Documentation

◆ EnvThread()

Eigen::StlThreadEnvironment::EnvThread::EnvThread ( std::function< void()>  f)
inline

Definition at line 24 of file ThreadEnvironment.h.

◆ ~EnvThread()

Eigen::StlThreadEnvironment::EnvThread::~EnvThread ( )
inline

Definition at line 25 of file ThreadEnvironment.h.

Member Function Documentation

◆ OnCancel()

void Eigen::StlThreadEnvironment::EnvThread::OnCancel ( )
inline

Definition at line 27 of file ThreadEnvironment.h.

Member Data Documentation

◆ thr_

std::thread Eigen::StlThreadEnvironment::EnvThread::thr_
private

Definition at line 30 of file ThreadEnvironment.h.


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


gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:43:33