HCE project C++ developers source code library  1.1.1
HCE project developer library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
HCE::sphinx::HexString Struct Reference

#include <SphinxResultData.hpp>

Public Member Functions

 HexString (unsigned long long value_, unsigned long long length_=HEX_STRING_LENGTH)

Public Attributes

unsigned long long value
unsigned long long length

Friends

std::ostream & operator<< (std::ostream &os, const HexString &rhs)

Detailed Description

Definition at line 33 of file SphinxResultData.hpp.

Constructor & Destructor Documentation

HCE::sphinx::HexString::HexString ( unsigned long long  value_,
unsigned long long  length_ = HEX_STRING_LENGTH 
)
inline

Definition at line 38 of file SphinxResultData.hpp.

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const HexString rhs 
)
friend

Definition at line 12 of file SphinxResultData.cpp.

Member Data Documentation

unsigned long long HCE::sphinx::HexString::length

Definition at line 36 of file SphinxResultData.hpp.

unsigned long long HCE::sphinx::HexString::value

Definition at line 35 of file SphinxResultData.hpp.


The documentation for this struct was generated from the following file: