Public Member Functions | Public Attributes | List of all members
TestThread Struct Reference

Public Member Functions

void join () const
 
void sleep ()
 
void stop ()
 
 TestThread ()
 
 ~TestThread ()
 

Public Attributes

std::atomic< bool > stop_
 
std::thread * t_ {nullptr}
 

Detailed Description

Definition at line 36 of file test_iostream.cpp.

Constructor & Destructor Documentation

◆ TestThread()

TestThread::TestThread ( )
inline

Definition at line 37 of file test_iostream.cpp.

◆ ~TestThread()

TestThread::~TestThread ( )
inline

Definition at line 57 of file test_iostream.cpp.

Member Function Documentation

◆ join()

void TestThread::join ( ) const
inline

Definition at line 61 of file test_iostream.cpp.

◆ sleep()

void TestThread::sleep ( )
inline

Definition at line 66 of file test_iostream.cpp.

◆ stop()

void TestThread::stop ( )
inline

Definition at line 59 of file test_iostream.cpp.

Member Data Documentation

◆ stop_

std::atomic<bool> TestThread::stop_

Definition at line 72 of file test_iostream.cpp.

◆ t_

std::thread* TestThread::t_ {nullptr}

Definition at line 71 of file test_iostream.cpp.


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


gtsam
Author(s):
autogenerated on Tue Jun 25 2024 03:08:22