EpcTools
An event based multi-threaded C++ development framework.
Classes | Functions
eostring.h File Reference

Defines the EOctetString and ETbcdString classes. More...

#include <string>
#include <iostream>
#include <vector>
#include "eerror.h"
#include "ehash.h"

Go to the source code of this file.

Classes

class  EOctetString
 Represents an OctetString as defined in RFC 6733. More...
 
struct  std::hash< EOctetString >
 Calcuates a hash value for the specified EOctetString object. More...
 
class  ETbcdString
 Represents an TBCD String (Telephony Binary Coded Decimal String) as defined by ITU-T Recommendation Q.825. More...
 

Functions

 DECLARE_ERROR (EOctetString_OutOfRange)
 

Detailed Description

Defines the EOctetString and ETbcdString classes.

Function Documentation

DECLARE_ERROR ( EOctetString_OutOfRange  )