Container for Frame objects.
More...
#include <Container.hh>
Inherits vector< boost::shared_ptr< T > >.
template<class T>
class FrameCPP::Common::Container< T >
Container for Frame objects.
This allows for storage of data members of the frame specification. The container stores the members as smart pointers.
◆ append() [1/2]
Append an element to the end of the container.
Memory for the element will be allocated and the container will own the new element.
- Parameters
-
[in] | data | The item to append. |
- Returns
- The iterator correspinding to the appended object.
◆ append() [2/2]
Append an element to the end of the container.
Memory for the element will be allocated and the container will own the new element.
- Parameters
-
[in] | data | The item to append. |
- Returns
- The iterator correspinding to the appended object.
◆ operator!=() [1/2]
Inequality operator.
- Parameters
-
[in] | c | The container to compare with. |
- Returns
- true if the containers are not equal.
This chacks to see if two containers do not contain identical elements.
◆ operator!=() [2/2]
Inequality operator.
- Parameters
-
[in] | c | The container to compare with. |
- Returns
- true if the containers are not equal.
◆ operator==() [1/2]
Equality operator.
- Parameters
-
[in] | c | The container to compare with. |
- Returns
- true if the containers are equal.
◆ operator==() [2/2]
Equality operator.
- Parameters
-
[in] | c | The container to compare with. |
- Returns
- true if the containers are equal.
The documentation for this class was generated from the following file:
- /home/abuild/rpmbuild/BUILD/ldas-tools-framecpp-2.7.0/include/framecpp/Common/Container.hh