DDS::UnsignedLongSeq Class Reference
[Built-in Sequences]

Instantiates DDS::Sequence < System::UInt64 >. More...

#include <managed_infrastructure.h>

Inheritance diagram for DDS::UnsignedLongSeq:

DDS::Sequence< System::UInt64 >

List of all members.

Public Member Functions

 UnsignedLongSeq ()
 Constructs an empty sequence of unsigned long integers with an initial maximum of zero.
 UnsignedLongSeq (System::Int32 max)
 Constructs an empty sequence of unsigned long integers with the given initial maximum.
 UnsignedLongSeq (UnsignedLongSeq^ longs)
 Constructs a new sequence containing the given unsigned long integers.


Detailed Description

Instantiates DDS::Sequence < System::UInt64 >.

Instantiates:
<<generic>> DDS::Sequence
See also:
System::UInt64

DDS::Sequence


Constructor & Destructor Documentation

DDS::UnsignedLongSeq::UnsignedLongSeq (  )  [inline]

Constructs an empty sequence of unsigned long integers with an initial maximum of zero.

DDS::UnsignedLongSeq::UnsignedLongSeq ( System::Int32  max  )  [inline]

Constructs an empty sequence of unsigned long integers with the given initial maximum.

DDS::UnsignedLongSeq::UnsignedLongSeq ( UnsignedLongSeq^   longs  )  [inline]

Constructs a new sequence containing the given unsigned long integers.

Parameters:
longs the initial contents of this sequence


RTI Data Distribution Service .Net APIs Version 4.5e Copyright © 23 Oct 2011 Real-Time Innovations, Inc