Public Member Functions | Private Attributes
alvar::Threads Class Reference

Threads vector for handling multiple threads. More...

#include <Threads.h>

List of all members.

Public Member Functions

bool create (void *(*method)(void *), void *parameters)
 Creates a new thread and returns true on success.
 Threads ()
 Constructor.
 ~Threads ()
 Destructor.

Private Attributes

ThreadsPrivated

Detailed Description

Threads vector for handling multiple threads.

Threads class for handling multiple threads.

Definition at line 44 of file Threads.h.


Constructor & Destructor Documentation

Constructor.

Definition at line 30 of file Threads.cpp.

Destructor.

Definition at line 35 of file Threads.cpp.


Member Function Documentation

bool alvar::Threads::create ( void *(*)(void *)  method,
void *  parameters 
)

Creates a new thread and returns true on success.

Parameters:
methodThe method that the thread will execute.
parametersThe parameters sent to the method.

Definition at line 40 of file Threads.cpp.


Member Data Documentation

Definition at line 66 of file Threads.h.


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


ar_track_alvar
Author(s): Scott Niekum
autogenerated on Thu Jun 6 2019 21:12:55