Darwin  1.10(beta)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
drwnBase.h
1 /*****************************************************************************
2 ** DARWIN: A FRAMEWORK FOR MACHINE LEARNING RESEARCH AND DEVELOPMENT
3 ** Distributed under the terms of the BSD license (see the LICENSE file)
4 ** Copyright (c) 2007-2015, Stephen Gould
5 ** All rights reserved.
6 **
7 ******************************************************************************
8 ** FILENAME: drwnBase.h
9 ** AUTHOR(S): Stephen Gould <stephen.gould@anu.edu.au>
10 ** DESCRIPTION:
11 ** Include file for base headers.
12 *****************************************************************************/
13 
14 #pragma once
15 
16 #include "../src/lib/base/drwnBitArray.h"
17 #include "../src/lib/base/drwnCodeProfiler.h"
18 #include "../src/lib/base/drwnCommandLine.h"
19 #include "../src/lib/base/drwnCompatibility.h"
20 #include "../src/lib/base/drwnConfigManager.h"
21 #include "../src/lib/base/drwnConstants.h"
22 #include "../src/lib/base/drwnFactory.h"
23 #include "../src/lib/base/drwnFileUtils.h"
24 #include "../src/lib/base/drwnInterfaces.h"
25 #include "../src/lib/base/drwnIndexQueue.h"
26 #include "../src/lib/base/drwnLogger.h"
27 #include "../src/lib/base/drwnOrderedMap.h"
28 #include "../src/lib/base/drwnProperties.h"
29 #include "../src/lib/base/drwnSmartPointer.h"
30 #include "../src/lib/base/drwnStatsUtils.h"
31 #include "../src/lib/base/drwnStrUtils.h"
32 #include "../src/lib/base/drwnThreadPool.h"
33 #include "../src/lib/base/drwnTriplet.h"
34 #include "../src/lib/base/drwnXMLParser.h"
35 #include "../src/lib/base/drwnXMLUtils.h"