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
public _SEQUENCE_octet()
Constructs an empty sequence of octets.
o _SEQUENCE_octet
public _SEQUENCE_octet(CATLONG32 iMax)
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
public _SEQUENCE_octet( const _SEQUENCE_octet& iFrom)
Copy Constructor.
Parameters:
iFrom
sequence to copy.
o ~_SEQUENCE_octet
public ~_SEQUENCE_octet()

Methods


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

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.