Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
DataEvent.h File ReferenceDefines DataEvent, for passing around data (or pointers to data). More... #include "Events/EventBase.h" #include <sstream> #include <libxml/tree.h>
Include dependency graph for DataEvent.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Detailed DescriptionDefines DataEvent, for passing around data (or pointers to data). Definition in file DataEvent.h. Define Documentation
Value:
template<> void DataEvent<_abstract_type, -1>::getDataFromString(std::stringstream &ss) \ { _implementation x; ss >> x; data = (_abstract_type)x; } \ template<> void DataEvent<_abstract_type, -1>::sendDataToString(std::stringstream &ss) const { ss << (_implementation)data; } Definition at line 64 of file DataEvent.h.
Value:
template<> void DataEvent<_abstract_type, -1>::getDataFromString(std::stringstream &ss) \ { _implementation x; ss >> x; data = (_abstract_type)x; } \ template<> void DataEvent<_abstract_type, -1>::sendDataToString(std::stringstream &ss) const { ss << (_implementation)data; } Definition at line 73 of file DataEvent.h.
Value:
template<> void DataEvent<_abstract_type, -1>::getDataFromString(std::stringstream &ss); \ template<> void DataEvent<_abstract_type, -1>::sendDataToString(std::stringstream &ss) const; Definition at line 69 of file DataEvent.h. |
Tekkotsu v5.1CVS |
Generated Mon May 9 04:58:55 2016 by Doxygen 1.6.3 |