Mirror reflection library 0.5.13

test::console_input_ui< Product, IsEnum > Struct Template Reference

#include </home/chochlik/devel/mirror-lib/src/mirror/example/factories/input_ui.hpp>

List of all members.

Public Member Functions

template<class ConstructionInfo >
 console_input_ui (int tabs, ConstructionInfo construction_info, const Product &_x)
void finish (int)
Product operator() (void)

Static Public Member Functions

template<typename X >
static bool parse_input (const std::string &input, std::true_type, X &x)
template<typename X >
static bool parse_input (const std::string &input, std::false_type, X &x)

Public Attributes

Product x

Detailed Description

template<class Product, typename IsEnum>
struct test::console_input_ui< Product, IsEnum >

Implementation of the input interface, used to produce values by prompting the user to enter a value on the console.


The documentation for this struct was generated from the following file:

Copyright © 2006-2011 Matus Chochlik, University of Zilina, Zilina, Slovakia.
<matus.chochlik -at- fri.uniza.sk>
<chochlik -at -gmail.com>
Documentation generated on Fri Dec 16 2011 by Doxygen (version 1.7.3).
Important note: Although the 'boostified' version of Mirror uses the Boost C++ libraries Coding Guidelines and is implemented inside of the boost namespace, it IS NOT an officially reviewed and accepted Boost library. Mirror is being developed with the intention to be submitted for review for inclusion to the Boost C++ libraries.