Keyple C++  0.9.0
Keyple, an Open Source SDK for Ticketing
Static Public Member Functions | List of all members
keyple::common::Arrays Class Reference

#include <Arrays.h>

Static Public Member Functions

static bool equals (const std::vector< char > &a1, const std::vector< char > &a2)
 
static bool equals (const std::vector< uint8_t > &a1, const std::vector< uint8_t > &a2)
 
static int hashCode (const std::vector< char > a)
 
static int hashCode (const std::vector< uint8_t > a)
 
static std::vector< char > copyOfRange (const std::vector< char > &original, int from, int to)
 
static std::vector< uint8_t > copyOfRange (const std::vector< uint8_t > &original, int from, int to)
 

Member Function Documentation

◆ copyOfRange() [1/2]

static std::vector<char> keyple::common::Arrays::copyOfRange ( const std::vector< char > &  original,
int  from,
int  to 
)
inlinestatic

◆ copyOfRange() [2/2]

static std::vector<uint8_t> keyple::common::Arrays::copyOfRange ( const std::vector< uint8_t > &  original,
int  from,
int  to 
)
inlinestatic

◆ equals() [1/2]

static bool keyple::common::Arrays::equals ( const std::vector< char > &  a1,
const std::vector< char > &  a2 
)
inlinestatic

◆ equals() [2/2]

static bool keyple::common::Arrays::equals ( const std::vector< uint8_t > &  a1,
const std::vector< uint8_t > &  a2 
)
inlinestatic

◆ hashCode() [1/2]

static int keyple::common::Arrays::hashCode ( const std::vector< char >  a)
inlinestatic

◆ hashCode() [2/2]

static int keyple::common::Arrays::hashCode ( const std::vector< uint8_t >  a)
inlinestatic

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