31 DtPatchIdentifier(
unsigned short country,
unsigned char service,
unsigned short patch );
51 const char* string()
const;
53 void setCountry(
unsigned short val );
54 unsigned short country()
const;
56 void setService(
unsigned char val );
57 unsigned char service()
const;
59 void setPatch(
unsigned short val );
60 unsigned short patch()
const;
const bool operator==(const DtU128 &lhs, const DtU128 &rhs)
unsigned char myServiceCode
Definition: patchIdentifier.h:83
unsigned short myPatchId
Definition: patchIdentifier.h:84
std::ostream & operator<<(std::ostream &os, const Dt3dChord &chord)
unsigned short myCountryCode
Definition: patchIdentifier.h:82
std::string myMutableStringRep
This member is: 1) mutable because it is changed in const methods and used as a char buffer 2) it SHO...
Definition: patchIdentifier.h:80
DtPatchIdentifier is used to uniquely identify a uniform patch.
Definition: patchIdentifier.h:18
Definition: netStructs.h:156
#define DT_DLL_VLPROTIND
Definition: vlMachineTypes.h:110
const bool operator!=(const DtU128 &lhs, const DtU128 &rhs)
const bool operator<(const DtU128 &lhs, const DtU128 &rhs)