Goby3  3.1.4
2024.02.22
goby::middleware::ThreadIdentifier Struct Reference

#include <goby/middleware/application/thread.h>

Public Attributes

std::type_index type_i {std::type_index(typeid(void))}
 
int index {-1}
 
bool all_threads {false}
 

Detailed Description

Definition at line 48 of file thread.h.

Member Data Documentation

◆ all_threads

bool goby::middleware::ThreadIdentifier::all_threads {false}

Definition at line 52 of file thread.h.

◆ index

int goby::middleware::ThreadIdentifier::index {-1}

Definition at line 51 of file thread.h.

◆ type_i

std::type_index goby::middleware::ThreadIdentifier::type_i {std::type_index(typeid(void))}

Definition at line 50 of file thread.h.


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