MultiThreadable Class Referenceabstract

#include <kaldi-thread.h>

Inheritance diagram for MultiThreadable:
Collaboration diagram for MultiThreadable:

Public Member Functions

virtual void operator() ()=0
 
virtual ~MultiThreadable ()
 

Public Attributes

int32 thread_id_
 
int32 num_threads_
 

Detailed Description

Definition at line 67 of file kaldi-thread.h.

Constructor & Destructor Documentation

◆ ~MultiThreadable()

~MultiThreadable ( )
virtual

Definition at line 27 of file kaldi-thread.cc.

27  {
28  // default implementation does nothing
29 }

Member Function Documentation

◆ operator()()

Member Data Documentation

◆ num_threads_

◆ thread_id_


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