|
ldas-tools-framecpp
2.7.0
|
Container for Frame objects. More...
#include <Container.hh>

Public Member Functions | |
| bool | operator== (const Container< T > &c) const |
| Equality operator. More... | |
| bool | operator!= (const Container< T > &c) const |
| Inequality operator. More... | |
| iterator | append (value_type data) |
| Append an element to the end of the container. More... | |
| bool | operator== (const Container< T > &c) const |
| Equality operator. More... | |
| bool | operator!= (const Container< T > &c) const |
| Inequality operator. More... | |
| iterator | append (value_type data) |
| Append an element to the end of the container. More... | |
Container for Frame objects.
This allows for storage of data members of the frame specification. The container stores the members as smart pointers.
|
inline |
Append an element to the end of the container.
Memory for the element will be allocated and the container will own the new element.
| [in] | data | The item to append. |
|
inline |
Append an element to the end of the container.
Memory for the element will be allocated and the container will own the new element.
| [in] | data | The item to append. |
| bool FrameCPP::Common::Container< T >::operator!= | ( | const Container< T > & | c | ) | const |
Inequality operator.
| [in] | c | The container to compare with. |
| bool FrameCPP::Common::Container< T >::operator!= | ( | const Container< T > & | c | ) | const |
Inequality operator.
| [in] | c | The container to compare with. |
This chacks to see if two containers do not contain identical elements.
| bool FrameCPP::Common::Container< T >::operator== | ( | const Container< T > & | c | ) | const |
Equality operator.
| [in] | c | The container to compare with. |
| bool FrameCPP::Common::Container< T >::operator== | ( | const Container< T > & | c | ) | const |
Equality operator.
| [in] | c | The container to compare with. |
1.8.14