Edinburgh Speech Tools
2.4-release
Edinburgh Speech Tools
Introduction to the Edinburgh Speech Tools
Licence, Installation and acknowledgements
Executable Programs
Basic Classes
Speech Classes
Linguistic Classes
Utility Functions
Signal Processing
Client-Server Mechanisms
Grammar
Classification and Regression Trees
The Tilt Intonation Model
XML support
align
ch_lab
ch_utt
design_filter
sig2fv
wagon_test
wfst_run
Bibliographic References
Classes
Files
File List
audio
base_class
inst_tmpl
deq_i_t.cc
deq_s_t.cc
hash_fi_t.cc
hash_ii_t.cc
hash_iv_t.cc
hash_sd_t.cc
hash_sf_t.cc
hash_sfmp_t.cc
hash_si_t.cc
hash_srp.cc
hash_ss_t.cc
hash_sv_t.cc
kvl_fi_t.cc
kvl_ii_t.cc
kvl_rs_t.cc
kvl_sd_t.cc
kvl_sf_t.cc
kvl_si_t.cc
kvl_ss_t.cc
kvl_sv_t.cc
kvl_vpi_t.cc
list_c_t.cc
list_d_t.cc
list_f_t.cc
list_i_t.cc
list_li_t.cc
list_s_t.cc
list_si_t.cc
list_val_t.cc
list_vi_t.cc
list_vs_t.cc
matrix_d_t.cc
matrix_f_t.cc
matrix_i_t.cc
matrix_s_t.cc
matrix_si_t.cc
matrix_val_t.cc
tbuffer_t.cc
timeindex_tr.cc
vector_c_t.cc
vector_d_t.cc
vector_dmatrix_t.cc
vector_dvector_t.cc
vector_f_t.cc
vector_fmatrix_t.cc
vector_fvector_t.cc
vector_i_t.cc
vector_ls_t.cc
vector_s_t.cc
vector_si_t.cc
vector_val_t.cc
string
EST_Complex.cc
EST_DMatrix.cc
EST_Featured.cc
EST_FeatureData.cc
EST_Features.cc
EST_features_aux.cc
EST_features_io.cc
EST_FMatrix.cc
EST_get_function_template.h
EST_ilist_aux.cc
EST_IMatrix.cc
EST_matrix_support.cc
EST_matrix_support.h
EST_Option.cc
EST_Pathname_unix.cc
EST_Pathname_win32.cc
EST_slist_aux.cc
EST_SMatrix.cc
EST_StringTrie.cc
EST_svec_aux.cc
EST_TBuffer.cc
EST_TDeque.cc
EST_THash.cc
EST_TKVL.cc
EST_TList.cc
EST_TMatrix.cc
EST_TNamedEnum.cc
EST_Token.cc
EST_TSimpleMatrix.cc
EST_TSimpleVector.cc
EST_TSortable.cc
EST_TTimeIndex.cc
EST_Tvectlist.cc
EST_TVector.cc
EST_UList.cc
EST_Val.cc
rateconv.cc
rateconv.h
THash_aux.cc
vec_mat_aux.cc
vec_mat_aux_d.cc
vec_mat_aux_i.cc
doc
grammar
include
intonation
ling_class
main
rxp
sigpr
siod
speech_class
stats
testsuite
utils
•
All
Classes
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Pages
list_s_t.cc
1
/************************************************************************/
2
/* */
3
/* Centre for Speech Technology Research */
4
/* University of Edinburgh, UK */
5
/* Copyright (c) 1996,1997 */
6
/* All Rights Reserved. */
7
/* */
8
/* Permission is hereby granted, free of charge, to use and distribute */
9
/* this software and its documentation without restriction, including */
10
/* without limitation the rights to use, copy, modify, merge, publish, */
11
/* distribute, sublicense, and/or sell copies of this work, and to */
12
/* permit persons to whom this work is furnished to do so, subject to */
13
/* the following conditions: */
14
/* 1. The code must retain the above copyright notice, this list of */
15
/* conditions and the following disclaimer. */
16
/* 2. Any modifications must be clearly marked as such. */
17
/* 3. Original authors' names are not deleted. */
18
/* 4. The authors' names are not used to endorse or promote products */
19
/* derived from this software without specific prior written */
20
/* permission. */
21
/* */
22
/* THE UNIVERSITY OF EDINBURGH AND THE CONTRIBUTORS TO THIS WORK */
23
/* DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING */
24
/* ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT */
25
/* SHALL THE UNIVERSITY OF EDINBURGH NOR THE CONTRIBUTORS BE LIABLE */
26
/* FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES */
27
/* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN */
28
/* AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, */
29
/* ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF */
30
/* THIS SOFTWARE. */
31
/* */
32
/************************************************************************/
33
/* */
34
/* Author: Alan W Black */
35
/* Date: December 1997 */
36
/* -------------------------------------------------------------------- */
37
/* Instantiate some basic string classes. */
38
/* */
39
/************************************************************************/
40
41
#include "EST_String.h"
42
#include "EST_TList.h"
43
#include "EST_TSortable.h"
44
45
Declare_TList(
EST_String
)
46
Declare_TSortable(
EST_String
)
47
48
#if defined(INSTANTIATE_TEMPLATES)
49
50
#include "../base_class/EST_TList.cc"
51
#include "../base_class/EST_TSortable.cc"
52
53
Instantiate_TList(
EST_String
)
54
Instantiate_TSortable(
EST_String
)
55
56
#endif
57
base_class
inst_tmpl
list_s_t.cc
Generated on Wed Dec 24 2014 09:16:34 for Edinburgh Speech Tools by
1.8.3.1