#include <weight-class.h>
|
static constexpr std::string_view | __ZERO__ = "__ZERO__" |
|
static constexpr std::string_view | __ONE__ = "__ONE__" |
|
static constexpr std::string_view | __NOWEIGHT__ = "__NOWEIGHT__" |
|
Definition at line 110 of file weight-class.h.
fst::script::WeightClass::WeightClass |
( |
| ) |
|
|
default |
template<class W >
fst::script::WeightClass::WeightClass |
( |
const W & |
weight | ) |
|
|
inlineexplicit |
fst::script::WeightClass::WeightClass |
( |
std::string_view |
weight_type, |
|
|
std::string_view |
weight_str |
|
) |
| |
fst::script::WeightClass::WeightClass |
( |
const WeightClass & |
other | ) |
|
|
inline |
template<class W >
const W* fst::script::WeightClass::GetWeight |
( |
| ) |
const |
|
inline |
bool fst::script::WeightClass::Member |
( |
| ) |
const |
|
inline |
WeightClass fst::script::WeightClass::NoWeight |
( |
std::string_view |
weight_type | ) |
|
|
static |
WeightClass fst::script::WeightClass::One |
( |
std::string_view |
weight_type | ) |
|
|
static |
std::string fst::script::WeightClass::ToString |
( |
| ) |
const |
|
inline |
const std::string& fst::script::WeightClass::Type |
( |
| ) |
const |
|
inline |
bool fst::script::WeightClass::WeightTypesMatch |
( |
const WeightClass & |
lhs, |
|
|
const WeightClass & |
rhs, |
|
|
std::string_view |
op_name |
|
) |
| |
|
static |
WeightClass fst::script::WeightClass::Zero |
( |
std::string_view |
weight_type | ) |
|
|
static |
std::ostream& operator<< |
( |
std::ostream & |
o, |
|
|
const WeightClass & |
c |
|
) |
| |
|
friend |
constexpr std::string_view fst::script::WeightClass::__NOWEIGHT__ = "__NOWEIGHT__" |
|
static |
constexpr std::string_view fst::script::WeightClass::__ONE__ = "__ONE__" |
|
static |
constexpr std::string_view fst::script::WeightClass::__ZERO__ = "__ZERO__" |
|
static |
The documentation for this class was generated from the following files: