RspecifierOptions Struct Reference

#include <kaldi-table.h>

Collaboration diagram for RspecifierOptions:

Public Member Functions

 RspecifierOptions ()
 

Public Attributes

bool once
 
bool sorted
 
bool called_sorted
 
bool permissive
 
bool background
 

Detailed Description

Definition at line 201 of file kaldi-table.h.

Constructor & Destructor Documentation

◆ RspecifierOptions()

RspecifierOptions ( )
inline

Definition at line 214 of file kaldi-table.h.

214  : once(false), sorted(false),
215  called_sorted(false), permissive(false),
216  background(false) { }

Member Data Documentation

◆ background

bool background

◆ called_sorted

bool called_sorted

◆ once

bool once

Definition at line 203 of file kaldi-table.h.

Referenced by kaldi::ClassifyRspecifier(), and kaldi::UnitTestClassifyRspecifier().

◆ permissive

bool permissive

Definition at line 207 of file kaldi-table.h.

Referenced by kaldi::ClassifyRspecifier().

◆ sorted


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