
#include <tcharm_impl.h>

Public Member Functions | |
| TCHARM_Thread_options (int doDefault) | |
| TCHARM_Thread_options () | |
| void | sanityCheck (void) |
Data Fields | |
| int | stackSize |
| bool | exitWhenDone |
Definition at line 50 of file tcharm_impl.h.
| TCHARM_Thread_options::TCHARM_Thread_options | ( | int | doDefault | ) |
| TCHARM_Thread_options::TCHARM_Thread_options | ( | ) | [inline] |
Definition at line 56 of file tcharm_impl.h.
Referenced by TCHARM_Create_data().

| void TCHARM_Thread_options::sanityCheck | ( | void | ) |
Definition at line 639 of file tcharm.C.
References stackSize, and tcharm_stacksize.
Referenced by TCharm::TCharm().

Definition at line 52 of file tcharm_impl.h.
Referenced by sanityCheck(), TCharm::TCharm(), TCHARM_Set_stack_size(), and TCHARM_Thread_options().
Definition at line 53 of file tcharm_impl.h.
Referenced by TCharm::TCharm(), TCHARM_Set_exit(), and TCHARM_Thread_options().
1.5.5