Cambridge SMT System
ucam::hifst::MultiThreadedAliLatsToSparseVecLatsTask< DataT, ArcT > Class Template Reference

Multithreaded implementation of alilats2splats pipeline. More...

#include <main-run.alilats2splats.hpp>

Inheritance diagram for ucam::hifst::MultiThreadedAliLatsToSparseVecLatsTask< DataT, ArcT >:
Collaboration diagram for ucam::hifst::MultiThreadedAliLatsToSparseVecLatsTask< DataT, ArcT >:

Public Member Functions

 MultiThreadedAliLatsToSparseVecLatsTask (const ucam::util::RegistryPO &rg)
 
bool run (Data &original_data)
 
bool operator() ()
 
- Public Member Functions inherited from ucam::util::TaskInterface< DataT< TupleArc32 > >
 TaskInterface ()
 Constructor. More...
 
virtual bool run (DataT< TupleArc32 > &d)=0
 
virtual ~TaskInterface ()
 
bool chainrun (DataT< TupleArc32 > &d)
 Implements chain of responsability. Calls run method and, if there is another task, call its run method too. More...
 
bool operator() (DataT< TupleArc32 > &d)
 
TaskInterfaceoperator() (TaskInterface *t)
 
TaskInterfaceappendTask (TaskInterface *t)
 Appends a task class. If there is no task, append here, otherwise delegate in next task. More...
 
TaskInterfacegetTask ()
 Return appended task. More...
 
TaskInterfacenext ()
 

Detailed Description

template<template< class > class DataT, class ArcT = void>
class ucam::hifst::MultiThreadedAliLatsToSparseVecLatsTask< DataT, ArcT >

Multithreaded implementation of alilats2splats pipeline.

Definition at line 170 of file main-run.alilats2splats.hpp.

Constructor & Destructor Documentation

template<template< class > class DataT, class ArcT = void>
ucam::hifst::MultiThreadedAliLatsToSparseVecLatsTask< DataT, ArcT >::MultiThreadedAliLatsToSparseVecLatsTask ( const ucam::util::RegistryPO rg)
inline

Definition at line 192 of file main-run.alilats2splats.hpp.

Member Function Documentation

template<template< class > class DataT, class ArcT = void>
bool ucam::hifst::MultiThreadedAliLatsToSparseVecLatsTask< DataT, ArcT >::operator() ( )
inline

Definition at line 249 of file main-run.alilats2splats.hpp.

Here is the call graph for this function:

template<template< class > class DataT, class ArcT = void>
bool ucam::hifst::MultiThreadedAliLatsToSparseVecLatsTask< DataT, ArcT >::run ( Data &  original_data)
inline

Definition at line 197 of file main-run.alilats2splats.hpp.

Here is the call graph for this function:


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