Cambridge SMT System
ucam::util::ParamsInit< T > Struct Template Reference

Initializes a set of parameters from environment variables PARAMS_FILE or PARAMS. More...

#include <params.hpp>

Public Member Functions

 ParamsInit ()
 

Public Attributes

std::vector< T > params
 

Detailed Description

template<typename T>
struct ucam::util::ParamsInit< T >

Initializes a set of parameters from environment variables PARAMS_FILE or PARAMS.

Definition at line 131 of file params.hpp.

Constructor & Destructor Documentation

template<typename T>
ucam::util::ParamsInit< T >::ParamsInit ( )
inline

Definition at line 134 of file params.hpp.

Here is the call graph for this function:

Member Data Documentation

template<typename T>
std::vector<T> ucam::util::ParamsInit< T >::params

Definition at line 132 of file params.hpp.


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