RPKI Engine  1.0
Public Member Functions | Public Attributes
rpki::resource_set::resource_range Class Reference
Inheritance diagram for rpki::resource_set::resource_range:
Inheritance graph
Collaboration diagram for rpki::resource_set::resource_range:
Collaboration graph

List of all members.

Public Member Functions

def __cmp__
def __init__

Public Attributes

 max
 min

Detailed Description

Generic resource range type.  Assumes underlying type is some kind
of integer.

This is a virtual class.  You probably don't want to use this type
directly.

Definition at line 55 of file resource_set.py.


Constructor & Destructor Documentation

def rpki::resource_set::resource_range::__init__ (   self,
  min,
  max 
)
Initialize and sanity check a resource_range.

Definition at line 64 of file resource_set.py.


Member Function Documentation

def rpki::resource_set::resource_range::__cmp__ (   self,
  other 
)
Compare two resource_range objects.

Definition at line 73 of file resource_set.py.

References max, and min.


Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Properties