DUDS
Distributed Update of Data from Something
ConversationExtractor.hpp File Reference

Header for ConversationExtractor; includes all other conversation related header files. More...

Include dependency graph for ConversationExtractor.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  duds::hardware::interface::ConversationExtractor
 Extracts data from a Conversation without modifying the Conversation or copying from it. More...
 
struct  duds::hardware::interface::ConversationNotSet
 A ConversationExtractor was asked to operate on a Conversation, but one is not set. More...
 
struct  duds::hardware::interface::ConversationReadPastEnd
 An attempt was made to extract data past the end of a conversation or a conversation part. More...
 

Namespaces

 duds
 
 duds::hardware
 
 duds::hardware::interface
 Library code for interfacing with hardware external to the processor.
 

Functions

template<typename Int >
ConversationExtractor & duds::hardware::interface::operator>> (ConversationExtractor &ce, Int &i)
 Extraction operator to read an integer from a Conversation through a ConversationExtractor object. More...
 
template<typename Int , std::size_t N>
ConversationExtractor & duds::hardware::interface::operator>> (ConversationExtractor &ce, Int(&a)[N])
 Extraction operator to read an array of integers from a Conversation through a ConversationExtractor object. More...
 

Detailed Description

Header for ConversationExtractor; includes all other conversation related header files.

Definition in file ConversationExtractor.hpp.