cheshirekow  v0.1.0
pthreads::Stack Struct Reference

Simply encapsulates the stack address and size in a single object. More...

#include <cpp_pthreads/thread_attr.h>

Public Member Functions

 Stack (void *addr=0, std::size_t size=0)
 

Public Attributes

void * addr
 
std::size_t size
 

Detailed Description

Simply encapsulates the stack address and size in a single object.

Definition at line 49 of file thread_attr.h.

Constructor & Destructor Documentation

pthreads::Stack::Stack ( void *  addr = 0,
std::size_t  size = 0 
)
inline

Definition at line 53 of file thread_attr.h.

Member Data Documentation

void* pthreads::Stack::addr

Definition at line 50 of file thread_attr.h.

std::size_t pthreads::Stack::size

Definition at line 51 of file thread_attr.h.


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