MachineIntelligenceCore:Toolchain
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
File List
Here is a list of all files with brief descriptions:
[detail level 123]
\-src
 o-application
 |o*Application.cppContains definition of methods of the base Application class
 |o*Application.hppContains declaration of a base class for all applications
 |o*ApplicationFactory.cppContains definition of application factory methods
 |o*ApplicationFactory.hppContains declaration of application factory, used by common main files for initialization of application objects
 |o*ApplicationState.cppApplicationState definition
 |o*ApplicationState.hppApplicationState declaration
 |o*ContinuousLearningApplication.cppContains definition of methods of continuous learning base application type
 |o*ContinuousLearningApplication.hppContains declaration of a base class for all continuous learning type applications
 |o*EpisodicTrainAndTestApplication.cppContains definition of methods of episodic learning application base class
 |o*EpisodicTrainAndTestApplication.hppContains declaration of a base class for all episodic learning type applications
 |o*KeyHandlerRegistry.cppDefinition of methods of abstract KeyHandlerRegistry class responsible for handling the keypressed callbacks
 |o*KeyHandlerRegistry.hppContains declaration of the abstract KeyHandlerRegistry class responsible for handling the keypressed callbacks
 |o*TrainThenTestApplication.cppContains definition of methods of train-then-test base application class
 |\*TrainThenTestApplication.hppContains declaration of a base class for all train-then-test type applications
 o-configuration
 |o*ParameterServer.cppContains declaration of parameter server class methods
 |o*ParameterServer.hppContains declaration of parameter server singleton along with some auxiliary typedefs
 |o*Property.hppContains declaration of the Property class
 |o*PropertyTests.cpp
 |o*PropertyTree.cppContains definition of methods of the PropertyTree class
 |\*PropertyTree.hppContains declaration of the PropertyTree class
 o-logger
 |o*ConsoleOutput.hppContains definition of a logger output class responsible for writing (colour) logs onto the console output
 |o*Log.hppContains definitions of main logger-related macros
 |o*Logger.cppContains definition of logger methods
 |o*Logger.hppContains declaration of a logger, a singleton responsible for logging and displaying all kinds of messages
 |o*LoggerAux.cppContains definitions of logger auxiliary functions
 |o*LoggerAux.hppContains declarations of logger auxiliary functions, macros and severity type
 |o*LoggerOutput.hppContains definition of an abstract logger output class, from which all output classes should be derrived
 |\*ScopeLogger.hppContains definition of ScopeLogger class
 \-test
  \*logger_test.cppProgram for testing logger (with console output)