ArtsNetMatrixKeyValue


[ libArts | Source | Keywords | Summary | Ancestors | All Members | Descendants ]

Quick Index

No documentation available.

Class Summary

class ArtsNetMatrixKeyValue

{

public:
bool operator < (const ArtsNetMatrixKeyValue keyValue) const;
bool operator == (const ArtsNetMatrixKeyValue keyValue) const;
ipv4addr_t srcNet;
uint8_t srcMaskLen;
ipv4addr_t dstNet;
uint8_t dstMaskLen;
protected:
}; // ArtsNetMatrixKeyValue

Back to the top of ArtsNetMatrixKeyValue


bool operator < (const ArtsNetMatrixKeyValue keyValue) const;

No documentation available.

  bool operator < (const ArtsNetMatrixKeyValue keyValue) const;

Back to the top of ArtsNetMatrixKeyValue


bool operator == (const ArtsNetMatrixKeyValue keyValue) const;

No documentation available.

  bool operator == (const ArtsNetMatrixKeyValue keyValue) const;

Back to the top of ArtsNetMatrixKeyValue


ipv4addr_t srcNet;

No documentation available.

  ipv4addr_t  srcNet;

Back to the top of ArtsNetMatrixKeyValue


uint8_t srcMaskLen;

No documentation available.

  uint8_t     srcMaskLen;

Back to the top of ArtsNetMatrixKeyValue


ipv4addr_t dstNet;

No documentation available.

  ipv4addr_t  dstNet;

Back to the top of ArtsNetMatrixKeyValue


uint8_t dstMaskLen;

No documentation available.

  uint8_t     dstMaskLen;

Back to the top of ArtsNetMatrixKeyValue


All Members

public:
bool operator < (const ArtsNetMatrixKeyValue keyValue) const;
bool operator == (const ArtsNetMatrixKeyValue keyValue) const;
ipv4addr_t srcNet;
uint8_t srcMaskLen;
ipv4addr_t dstNet;
uint8_t dstMaskLen;
protected:

Back to the top of ArtsNetMatrixKeyValue


Ancestors

Class does not inherit from any other class.

Back to the top of ArtsNetMatrixKeyValue


Descendants

Class is not inherited by any others.

Back to the top of ArtsNetMatrixKeyValue


Generated from source by the Cocoon utilities on Sat Oct 17 14:39:58 1998 .

Report problems to jkotula@unimax.com