Drag and Drop Converter Concept | |||||||||||||||||||||||||||||||
Classes | |
| struct | dnd_converter_dest_type< Converter > |
| struct | dnd_converter_source_type< Converter > |
| struct | DragAndDropConverterConcept< DragAndDropConverter > |
| DragAndDropConverter concept requirement. More... | |
| struct | DragAndDropConverterConcept< boost::reference_wrapper< DragAndDropConverter > > |
Functions | |
| template<class DNDC > | |
| dnd_converter_dest_type< DNDC > ::type | convert (const DNDC &dndc, const typename dnd_converter_source_type< DNDC >::type &raw_value) |
Function Documentation
| dnd_converter_dest_type<DNDC>::type adobe::convert | ( | const DNDC & | dndc, |
| const typename dnd_converter_source_type< DNDC >::type & | raw_value | ||
| ) |
Definition at line 59 of file drag_and_drop_converter_concept.hpp.

