Collaboration diagram for Utility classes:
|
Files | |
| file | util.h |
| Main include file for utility classes. | |
Classes | |
| class | genetiK::util::Exception |
| Exception is the base class of all exceptions thrown by classes in the GenetiK library. More... | |
| class | genetiK::util::IllegalStateException |
| Signals that an objects is in an illegal state. More... | |
| class | genetiK::util::Log |
| Provided basic logging functionalities. More... | |
| class | genetiK::util::Random |
| This class represents both the interface and the container of the Random implementation used in the genetiK library . More... | |
| class | genetiK::util::RandomDefault |
| This class is the default random implementation with the 'Mersenne Twister' algorithm. More... | |
Enumerations | |
| enum | genetiK::util::ELogLevel { genetiK::util::DEBUG, genetiK::util::INFO, genetiK::util::WARN, genetiK::util::ERROR, genetiK::util::FATAL, genetiK::util::NONE } |
| Default log priority levels. More... | |
|
|
Default log priority levels. Log levels are defined such that DEBUG < INFO < WARN < ERROR < FATAL
|
1.4.6