All Frameworks Class Hierarchy This Framework Previous Next Indexes
ObjectModelerSystem Class _SEQUENCE_octet
ObjectModelerSystem.sequence
|
+---_SEQUENCE_octet
Usage: you must use this class as is. You should never derive it.
public class _SEQUENCE_octet
Class to define a sequence of octets.
Constructor and Destructor Index
- o
_SEQUENCE_octet()
- Constructs an empty sequence of octets.
- o
_SEQUENCE_octet(CATLONG32)
- Constructs an empty sequence of octets .
- o
_SEQUENCE_octet(CATLONG32,void*)
- Constructs an sequence of octets from a data.
- o
_SEQUENCE_octet(_SEQUENCE_octet&)
- Copy Constructor.
- o
~_SEQUENCE_octet()
-
Method Index
- o
length()
- Gets sequence's size.
- o
length(CATLONG32)
- Modifies sequence length if iNewLength is smaller than max.
- o
max()
- Gets sequence's max size.
- o
max(CATLONG32)
- Modifies max length of a sequence.
- o
operator [](CATLONG32)
- Subscripting operator.
- o
operator=(_SEQUENCE_octet&)
- Assignment operator.
- o
operator[](CATLONG32)
- Subscripting operator.
Constructor and Destructor
o _SEQUENCE_octet
-
Constructs an empty sequence of octets.
o _SEQUENCE_octet
-
Constructs an empty sequence of octets .
- Parameters:
-
- iMax
- sequence max size
o _SEQUENCE_octet
public _SEQUENCE_octet( | CATLONG32 | iMax, |
| const void* | data) |
-
Constructs an sequence of octets from a data.
- Parameters:
-
- iMax
- sequence max size
o _SEQUENCE_octet
-
Copy Constructor.
- Parameters:
-
- iFrom
- sequence to copy.
o ~_SEQUENCE_octet
public ~_SEQUENCE_octet( | ) |
-
Methods
o length
-
Gets sequence's size.
o length
-
Modifies sequence length if iNewLength is smaller than max.
o max
-
Gets sequence's max size.
o max
-
Modifies max length of a sequence.
o operator []
-
Subscripting operator.
o operator=
-
Assignment operator.
- Parameters:
-
- iFrom
- The sequence to assign to the current one
- Returns:
- The sequence of octet resulting from the assignment
o operator[]
-
Subscripting operator.
This object is included in the file: sequence_octet.h
If needed, your Imakefile.mk should include the module: ObjectModelerSystem