#include <SparseBitmap.h>
Inheritance diagram for oasys::SparseBitmap< _inttype_t >::Range:
Definition at line 117 of file SparseBitmap.h.
Public Member Functions | |
Range (_inttype_t start, _inttype_t end) | |
Basic constructor. | |
Range (const Builder &) | |
Builder constructor. | |
void | serialize (SerializeAction *a) |
virtual from SerializableObject | |
Public Attributes | |
_inttype_t | start_ |
_inttype_t | end_ |
oasys::SparseBitmap< _inttype_t >::Range::Range | ( | _inttype_t | start, | |
_inttype_t | end | |||
) | [inline] |
oasys::SparseBitmap< _inttype_t >::Range::Range | ( | const Builder & | ) | [inline] |
void oasys::SparseBitmap< _inttype_t >::Range::serialize | ( | SerializeAction * | a | ) | [virtual] |
virtual from SerializableObject
Implements oasys::SerializableObject.
Definition at line 501 of file SparseBitmap.h.
_inttype_t oasys::SparseBitmap< _inttype_t >::Range::start_ |
Definition at line 130 of file SparseBitmap.h.
_inttype_t oasys::SparseBitmap< _inttype_t >::Range::end_ |
Definition at line 131 of file SparseBitmap.h.