ecl_console Documentation

ecl_console

Color codes for ansii consoles.

packageSummary

Provides a ansii colour library for the ansii console.

CompilingLinking

Just include the following at the top of any translation unit which requires this library:

        #include <ecl/console.hpp>
    
    // Interface classes
    using ecl::CmdLine;
    using ecl::ArgException
    // Argument classes
    using ecl::SwitchArg;
    using ecl::ValueArg;
    using ecl::MultiArg;
    using ecl::UnlabeledValueArg; 
    using ecl::UnlabeledMultiArg; // there are more - see tclap docs

Since it is a template header library, no linking is required if you are only using these classes.

Usage

Further Help (termcolor)

Most of termcolor's doxygen is generated automatically inside the ecl. For more detailed documentation, read the manual at readthedocs home page.

ChangeLog



ecl_console
Author(s): Daniel Stonier
autogenerated on Thu Jun 16 2016 09:47:13