annotate C++/api/html/hierarchy.js @ 630:6a13139d4b71

Fix scons build of library and test. Deleted main.cc since libgtest comes with a corresponding main library. Everything compiles and the tests run on Ubuntu, but the tests all fail.
author ronw@google.com
date Thu, 23 May 2013 18:12:22 +0000
parents 97976133eb4d
children
rev   line source
flatmax@592 1 var hierarchy =
flatmax@592 2 [
flatmax@592 3 [ "Coefficients", "classCoefficients.html", [
flatmax@592 4 [ "AGCCoeff", "classAGCCoeff.html", null ],
flatmax@592 5 [ "CARCoeff", "classCARCoeff.html", null ],
flatmax@592 6 [ "IHCCoeff", "classIHCCoeff.html", null ]
flatmax@592 7 ] ],
flatmax@592 8 [ "Ear", "classEar.html", null ],
flatmax@592 9 [ "EarComponent< COEFFTYPE, PARAMTYPE, STATETYPE >", "classEarComponent.html", null ],
flatmax@592 10 [ "EarComponent< AGCCoeff, AGCParam, AGCState >", "classEarComponent.html", [
flatmax@592 11 [ "AGC", "classAGC.html", null ]
flatmax@592 12 ] ],
flatmax@592 13 [ "EarComponent< CARCoeff, CARParam, CARState >", "classEarComponent.html", [
flatmax@592 14 [ "CAR", "classCAR.html", null ]
flatmax@592 15 ] ],
flatmax@592 16 [ "EarComponent< IHCCoeff, IHCParam, IHCState >", "classEarComponent.html", [
flatmax@592 17 [ "IHC", "classIHC.html", null ]
flatmax@592 18 ] ],
flatmax@592 19 [ "Ears", "classEars.html", null ],
flatmax@592 20 [ "Parameters", "classParameters.html", [
flatmax@592 21 [ "AGCParam", "classAGCParam.html", null ],
flatmax@592 22 [ "CARParam", "classCARParam.html", null ],
flatmax@592 23 [ "IHCParam", "classIHCParam.html", null ]
flatmax@592 24 ] ],
flatmax@594 25 [ "PsychoAcoustics", "classPsychoAcoustics.html", null ],
flatmax@592 26 [ "State", "classState.html", [
flatmax@592 27 [ "AGCState", "classAGCState.html", null ],
flatmax@592 28 [ "CARState", "classCARState.html", null ],
flatmax@592 29 [ "IHCState", "classIHCState.html", null ]
flatmax@592 30 ] ]
flatmax@592 31 ];