uHTTP for C++
uHTTP::ThreadList Class Reference

#include <Thread.h>

Inheritance diagram for uHTTP::ThreadList:
uHTTP::SharedVector< Thread >

Public Member Functions

 ThreadList ()
 
virtual ~ThreadList ()
 
bool start ()
 
bool stop ()
 
- Public Member Functions inherited from uHTTP::SharedVector< Thread >
 SharedVector ()
 
 ~SharedVector ()
 
bool add (Thread *obj)
 
bool insertAt (Thread *obj, size_t index)
 
uhttp_shared_ptr< Threadget (size_t index)
 
bool exists (uhttp_shared_ptr< Thread > obj)
 
bool exists (Thread *obj)
 
ssize_t indexOf (uhttp_shared_ptr< Thread > obj)
 
ssize_t indexOf (Thread *obj)
 
bool remove (size_t idx)
 
bool remove (uhttp_shared_ptr< Thread > obj)
 
bool remove (Thread *obj)
 

Constructor & Destructor Documentation

◆ ThreadList()

uHTTP::ThreadList::ThreadList ( )

◆ ~ThreadList()

virtual uHTTP::ThreadList::~ThreadList ( )
virtual

Member Function Documentation

◆ start()

bool uHTTP::ThreadList::start ( )

◆ stop()

bool uHTTP::ThreadList::stop ( )

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