Sirikata
Classes | Public Member Functions | Public Attributes | Static Public Attributes
Sirikata::Address4 Class Reference

#include <Address4.hpp>

Collaboration diagram for Sirikata::Address4:

List of all members.

Classes

class  Hasher

Public Member Functions

 Address4 ()
 Address4 (const Sirikata::Network::Address &a)
 Address4 (unsigned int ip, unsigned short prt)
bool operator== (const Address4 &other) const
bool operator!= (const Address4 &other) const
bool operator< (const Address4 &other) const
uint16 getPort () const
String toString () const

Public Attributes

unsigned int ip
unsigned short port

Static Public Attributes

static Address4 Null = Address4(0,0)

Constructor & Destructor Documentation

Sirikata::Address4::Address4 ( ) [inline]
Sirikata::Address4::Address4 ( const Sirikata::Network::Address a)
Sirikata::Address4::Address4 ( unsigned int  ip,
unsigned short  prt 
) [inline]

Member Function Documentation

uint16 Sirikata::Address4::getPort ( ) const [inline]
bool Sirikata::Address4::operator!= ( const Address4 other) const [inline]

References ip, and port.

bool Sirikata::Address4::operator< ( const Address4 other) const [inline]

References ip, and port.

bool Sirikata::Address4::operator== ( const Address4 other) const [inline]

References ip, and port.

String Sirikata::Address4::toString ( ) const

Member Data Documentation

unsigned int Sirikata::Address4::ip
unsigned short Sirikata::Address4::port

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