AgentXcpp  Revision:0.2
Internals Documentation
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Pages
binary.hpp File Reference
#include <string>
#include <ostream>
#include <boost/cstdint.hpp>
Include dependency graph for binary.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  agentxcpp::binary
 A type representing a contigous byte stream. More...

Namespaces

namespace  agentxcpp

Functions

std::ostream & agentxcpp::operator<< (std::ostream &out, const binary &data)
 Output operator for binary.