|
Rosetta
|
#include <fixedsizearray1.hh>
Public Types | |
| typedef platform::Size | Size |
| typedef platform::SSize | SSize |
| typedef T | value_type |
| typedef std::array< T, S >::iterator | iterator |
| typedef std::array< T, S >::const_iterator | const_iterator |
Public Member Functions | |
| fixedsizearray1 () | |
| Constructors. More... | |
| fixedsizearray1 (value_type const &def) | |
| fixedsizearray1 (std::initializer_list< T > const &source) | |
| initializer list construction More... | |
| fixedsizearray1< T, S > const & | operator= (value_type const &val) |
| Full-array assignment. More... | |
| value_type & | operator[] (Size index) |
| Mutators and accessors. More... | |
| value_type const & | operator[] (Size index) const |
| bool | operator== (fixedsizearray1< T, S > const &other) const |
| Size | size () const |
| iterator | begin () |
| Iterators. More... | |
| iterator | end () |
| const_iterator | begin () const |
| const_iterator | end () const |
Protected Member Functions | |
| bool | range (Size index) const |
Private Attributes | |
| std::array< T, S > | array_ |
| Data. More... | |
Requirements: S must be a positive integer T must be default constructable
| typedef std::array<T,S>::const_iterator utility::fixedsizearray1< T, S >::const_iterator |
| typedef std::array<T,S>::iterator utility::fixedsizearray1< T, S >::iterator |
| typedef platform::Size utility::fixedsizearray1< T, S >::Size |
| typedef platform::SSize utility::fixedsizearray1< T, S >::SSize |
| typedef T utility::fixedsizearray1< T, S >::value_type |
|
inline |
Constructors.
References utility::fixedsizearray1< T, S >::array_.
|
inline |
References utility::fixedsizearray1< T, S >::array_.
|
inline |
initializer list construction
References utility::fixedsizearray1< T, S >::array_, and make_symmdef_file_denovo::pos.
|
inline |
Iterators.
References utility::fixedsizearray1< T, S >::array_.
|
inline |
References utility::fixedsizearray1< T, S >::array_.
|
inline |
References utility::fixedsizearray1< T, S >::array_.
|
inline |
References utility::fixedsizearray1< T, S >::array_.
|
inline |
Full-array assignment.
References utility::fixedsizearray1< T, S >::array_.
|
inline |
References utility::fixedsizearray1< T, S >::array_.
|
inline |
Mutators and accessors.
References utility::fixedsizearray1< T, S >::array_, and utility::fixedsizearray1< T, S >::range().
|
inline |
|
inlineprotected |
References pyrosetta.distributed.cluster.base::S.
Referenced by utility::fixedsizearray1< T, S >::operator[]().
|
inline |
References pyrosetta.distributed.cluster.base::S.
Referenced by numeric::MathNTensor< T, N >::MathNTensor(), and utility::FixedSizeLexicographicalIterator< S >::size().
|
private |
Data.
Referenced by utility::fixedsizearray1< T, S >::begin(), utility::fixedsizearray1< T, S >::end(), utility::fixedsizearray1< T, S >::fixedsizearray1(), utility::fixedsizearray1< T, S >::operator=(), utility::fixedsizearray1< T, S >::operator==(), and utility::fixedsizearray1< T, S >::operator[]().