My Project
Public Member Functions | Private Attributes
LibThread::InterpreterThread Class Reference

Public Member Functions

 InterpreterThread (ThreadState *ts_init)
 
virtual ~InterpreterThread ()
 
ThreadStategetThreadState ()
 
void clearThreadState ()
 
- Public Member Functions inherited from LibThread::SharedObject
 SharedObject ()
 
virtual ~SharedObject ()
 
void set_type (int type_init)
 
int get_type ()
 
void set_name (std::string &name_init)
 
void set_name (const char *s)
 
std::stringget_name ()
 
void incref (int by=1)
 
long decref ()
 
long getref ()
 
virtual BOOLEAN op2 (int op, leftv res, leftv a1, leftv a2)
 
virtual BOOLEAN op3 (int op, leftv res, leftv a1, leftv a2, leftv a3)
 

Private Attributes

ThreadStatets
 

Detailed Description

Definition at line 1424 of file shared.cc.

Constructor & Destructor Documentation

◆ InterpreterThread()

LibThread::InterpreterThread::InterpreterThread ( ThreadState ts_init)
inline

Definition at line 1428 of file shared.cc.

1428: SharedObject(), ts(ts_init) { }

◆ ~InterpreterThread()

virtual LibThread::InterpreterThread::~InterpreterThread ( )
inlinevirtual

Definition at line 1429 of file shared.cc.

1429{ }

Member Function Documentation

◆ clearThreadState()

void LibThread::InterpreterThread::clearThreadState ( )
inline

Definition at line 1431 of file shared.cc.

1431 {
1432 ts = NULL;
1433 }
#define NULL
Definition: omList.c:12

◆ getThreadState()

ThreadState * LibThread::InterpreterThread::getThreadState ( )
inline

Definition at line 1430 of file shared.cc.

1430{ return ts; }

Field Documentation

◆ ts

ThreadState* LibThread::InterpreterThread::ts
private

Definition at line 1426 of file shared.cc.


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