NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::Mechatronics::SlidingJointCollection::iterator Class Reference

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

Inheritance diagram for NXOpen::Mechatronics::SlidingJointCollection::iterator:

Public Member Functions

 iterator ()
 Default constructor. More...
 
 iterator (const iterator &other)
 Copy constructor. More...
 
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. More...
 
NXOPENCPP_MECHATRONICSEXPORT
value_type 
operator* ()
 Return the element currently pointed to by the iterator. More...
 
iteratoroperator++ ()
 Points the iterator to next element. More...
 
iterator operator++ (int)
 Points the iterator to next element. More...
 
iteratoroperator= (const iterator &other)
 Copy constructor. More...
 
bool operator== (const iterator &other) const
 Tests if the iterator objects on the left side and the right side of the operator are equal. More...
 

Detailed Description

Iterator for accessing the contents of the collection.

Constructor & Destructor Documentation

NXOpen::Mechatronics::SlidingJointCollection::iterator::iterator ( )

Default constructor.

NXOpen::Mechatronics::SlidingJointCollection::iterator::iterator ( const iterator other)

Copy constructor.

Member Function Documentation

bool NXOpen::Mechatronics::SlidingJointCollection::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_MECHATRONICSEXPORT value_type NXOpen::Mechatronics::SlidingJointCollection::iterator::operator* ( )

Return the element currently pointed to by the iterator.

iterator& NXOpen::Mechatronics::SlidingJointCollection::iterator::operator++ ( )

Points the iterator to next element.

iterator NXOpen::Mechatronics::SlidingJointCollection::iterator::operator++ ( int  )

Points the iterator to next element.

iterator& NXOpen::Mechatronics::SlidingJointCollection::iterator::operator= ( const iterator other)

Copy constructor.

bool NXOpen::Mechatronics::SlidingJointCollection::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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.