de::aitools::aq::value::pair::IntString Class Reference

List of all members.

Public Member Functions

 IntString ()
 IntString (int e1, String e2)
 IntString (IntString value)
int getE1 ()
void setE1 (int e1)
String getE2 ()
void setE2 (String e2)
void set (int e1, String e2)
void copyFrom (Pointer buffer)
void copyTo (Pointer buffer)
boolean parseFrom (Scanner sc)
PrintStream printTo (PrintStream stream)
Memory getSharedMemory ()
int getSerializedSize ()
int hashCode ()
boolean equals (Object obj)

Static Public Attributes

static final int NATIVE_TYPE_ID = 251

Private Attributes

int e1
String e2

Static Private Attributes

static final int OFFSET_E2 = Value.SIZEOF_INT
static final int SIZEOF_STRING_SIZE = Value.SIZEOF_SHORT

Detailed Description

Definition at line 14 of file IntString.java.


Constructor & Destructor Documentation

de::aitools::aq::value::pair::IntString::IntString (  )  [inline]

Definition at line 22 of file IntString.java.

References e2.

de::aitools::aq::value::pair::IntString::IntString ( int  e1,
String  e2 
) [inline]

Definition at line 26 of file IntString.java.

de::aitools::aq::value::pair::IntString::IntString ( IntString  value  )  [inline]

Definition at line 30 of file IntString.java.

References e1, and e2.


Member Function Documentation

void de::aitools::aq::value::pair::IntString::copyFrom ( Pointer  buffer  )  [inline]

Definition at line 57 of file IntString.java.

References e1, e2, OFFSET_E2, and SIZEOF_STRING_SIZE.

void de::aitools::aq::value::pair::IntString::copyTo ( Pointer  buffer  )  [inline]

Definition at line 65 of file IntString.java.

References e1, e2, OFFSET_E2, and SIZEOF_STRING_SIZE.

boolean de::aitools::aq::value::pair::IntString::equals ( Object  obj  )  [inline]

Definition at line 111 of file IntString.java.

References e1, and e2.

int de::aitools::aq::value::pair::IntString::getE1 (  )  [inline]

Definition at line 34 of file IntString.java.

References e1.

String de::aitools::aq::value::pair::IntString::getE2 (  )  [inline]

Definition at line 42 of file IntString.java.

References e2.

int de::aitools::aq::value::pair::IntString::getSerializedSize (  )  [inline]

Definition at line 97 of file IntString.java.

References e2, OFFSET_E2, and SIZEOF_STRING_SIZE.

Referenced by getSharedMemory().

Here is the caller graph for this function:

Memory de::aitools::aq::value::pair::IntString::getSharedMemory (  )  [inline]

Definition at line 92 of file IntString.java.

References getSerializedSize().

Here is the call graph for this function:

int de::aitools::aq::value::pair::IntString::hashCode (  )  [inline]

Definition at line 102 of file IntString.java.

References e1, and e2.

boolean de::aitools::aq::value::pair::IntString::parseFrom ( Scanner  sc  )  [inline]

Definition at line 74 of file IntString.java.

References e1, and e2.

PrintStream de::aitools::aq::value::pair::IntString::printTo ( PrintStream  stream  )  [inline]

Definition at line 83 of file IntString.java.

References e1, and e2.

void de::aitools::aq::value::pair::IntString::set ( int  e1,
String  e2 
) [inline]

Definition at line 51 of file IntString.java.

References e1, e2, setE1(), and setE2().

Here is the call graph for this function:

void de::aitools::aq::value::pair::IntString::setE1 ( int  e1  )  [inline]

Definition at line 38 of file IntString.java.

Referenced by set().

Here is the caller graph for this function:

void de::aitools::aq::value::pair::IntString::setE2 ( String  e2  )  [inline]

Definition at line 46 of file IntString.java.

Referenced by set().

Here is the caller graph for this function:


Member Data Documentation

Definition at line 129 of file IntString.java.

Referenced by copyFrom(), copyTo(), equals(), getE1(), hashCode(), IntString(), parseFrom(), printTo(), and set().

Definition at line 16 of file IntString.java.

final int de::aitools::aq::value::pair::IntString::OFFSET_E2 = Value.SIZEOF_INT [static, private]

Definition at line 18 of file IntString.java.

Referenced by copyFrom(), copyTo(), and getSerializedSize().

final int de::aitools::aq::value::pair::IntString::SIZEOF_STRING_SIZE = Value.SIZEOF_SHORT [static, private]

Definition at line 20 of file IntString.java.

Referenced by copyFrom(), copyTo(), and getSerializedSize().


The documentation for this class was generated from the following file:
Generated on Wed May 30 15:07:49 2012 by  doxygen 1.6.3