All Frameworks  Class Hierarchy  This Framework  Indexes   

ObjectModelerSystem Class _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()
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.

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 [](CATLONG32)
Subscripting operator.
o operator=(_SEQUENCE_octet&)
Assignment operator.

Constructor and Destructor


o _SEQUENCE_octet
public _SEQUENCE_octet()
Constructs an empty sequence of octets.
o ~_SEQUENCE_octet
public ~_SEQUENCE_octet()
o _SEQUENCE_octet
public _SEQUENCE_octet( iMax)
Constructs an empty sequence of octets .
Parameters:
iMax
sequence max size
o _SEQUENCE_octet
public _SEQUENCE_octet( iMax,
const data)
Constructs an sequence of octets from a data.
Parameters:
iMax
sequence max size
o _SEQUENCE_octet
public _SEQUENCE_octet( const iFrom)
Copy Constructor.
Parameters:
iFrom
sequence to copy.

Methods


o length
public length()
Gets sequence's size.
o length
public length( newLength)
Modifies sequence length if iNewLength is smaller than max.
o max
public max()
Gets sequence's max size.
o max
public max( newMax)
Modifies max length of a sequence.
o operator[]
public operator[]( i)
Subscripting operator.
o operator []
public operator []( i)
Subscripting operator.
o operator=
public operator=( const iFrom)
Assignment operator.
Parameters:
iFrom
The sequence to assign to the current one
Returns:
The sequence of octet resulting from the assignment

This object is included in the file: sequence_octet.h
If needed, your Imakefile.mk should include the module: ObjectModelerSystem

Copyright © 2003, Dassault Systèmes. All rights reserved.