#include <kaldi-thread.h>


Public Member Functions | |
| ExampleClass (int32 *foo) | |
| ExampleClass (const ExampleClass &other) | |
| void | operator() () |
| ~ExampleClass () | |
Public Member Functions inherited from MultiThreadable | |
| virtual | ~MultiThreadable () |
Additional Inherited Members | |
Public Attributes inherited from MultiThreadable | |
| int32 | thread_id_ |
| int32 | num_threads_ |
Definition at line 92 of file kaldi-thread.h.
| ExampleClass | ( | int32 * | foo | ) |
| ExampleClass | ( | const ExampleClass & | other | ) |
|
inline |
Definition at line 106 of file kaldi-thread.h.
|
inlinevirtual |
Implements MultiThreadable.
Definition at line 100 of file kaldi-thread.h.