Ice 3.7 C++11 API Reference
Loading...
Searching...
No Matches
ValueFactory.h File Reference
Include dependency graph for ValueFactory.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Ice::ValueFactoryManager
 A value factory manager maintains a collection of value factories. More...

Namespaces

namespace  Ice

Typedefs

using Ice::ValueFactory = ::std::function<::std::shared_ptr<Value>(const ::std::string& type)>
 Create a new value for a given value type.