NX Open C++ Reference Guide
Public Types | Public Member Functions
NXOpen::CAE::SimConstraintCollection::iterator Class Reference

Iterator for accessing the contents of the collection. More...

List of all members.

Public Types

typedef CAE::SimConstraintvalue_type
 Value type associated with iterator.

Public Member Functions

 iterator ()
 Default constructor.
 iterator (const iterator &other)
 Copy constructor.
bool operator!= (const iterator &other) const
 Tests if the iterator objects on the left side and the right side of the operator are not equal.
NXOPENCPP_CAEEXPORT value_type operator* ()
 Return the element currently pointed to by the iterator.
iteratoroperator++ ()
 Points the iterator to next element.
iterator operator++ (int)
 Points the iterator to next element.
iteratoroperator= (const iterator &other)
 Copy constructor.
bool operator== (const iterator &other) const
 Tests if the iterator objects on the left side and the right side of the operator are equal.

Detailed Description

Iterator for accessing the contents of the collection.


Member Typedef Documentation

Value type associated with iterator.


Constructor & Destructor Documentation

Default constructor.

Copy constructor.


Member Function Documentation

bool NXOpen::CAE::SimConstraintCollection::iterator::operator!= ( const iterator other) const

Tests if the iterator objects on the left side and the right side of the operator are not equal.

NXOPENCPP_CAEEXPORT value_type NXOpen::CAE::SimConstraintCollection::iterator::operator* ( )

Return the element currently pointed to by the iterator.

iterator& NXOpen::CAE::SimConstraintCollection::iterator::operator++ ( )

Points the iterator to next element.

iterator NXOpen::CAE::SimConstraintCollection::iterator::operator++ ( int  )

Points the iterator to next element.

iterator& NXOpen::CAE::SimConstraintCollection::iterator::operator= ( const iterator other)

Copy constructor.

bool NXOpen::CAE::SimConstraintCollection::iterator::operator== ( const iterator other) const

Tests if the iterator objects on the left side and the right side of the operator are equal.


The documentation for this class was generated from the following file:
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.