Nana C++ Library. Reference for users.
What we need to use nana
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
nana::place_parts::repeated_array Class Reference

Public Member Functions

 repeated_array ()=default
 
 repeated_array (repeated_array &&other)
 
repeated_arrayoperator= (repeated_array &&other)
 
void assign (std::vector< number_t > &&c)
 
bool empty () const
 
void reset ()
 
void repeated ()
 
void push (const number_t &n)
 
number_t at (std::size_t pos) const
 

Constructor & Destructor Documentation

nana::place_parts::repeated_array::repeated_array ( )
default
nana::place_parts::repeated_array::repeated_array ( repeated_array &&  other)
inline

Member Function Documentation

void nana::place_parts::repeated_array::assign ( std::vector< number_t > &&  c)
inline
number_t nana::place_parts::repeated_array::at ( std::size_t  pos) const
inline
bool nana::place_parts::repeated_array::empty ( ) const
inline
repeated_array& nana::place_parts::repeated_array::operator= ( repeated_array &&  other)
inline
void nana::place_parts::repeated_array::push ( const number_t n)
inline
void nana::place_parts::repeated_array::repeated ( )
inline
void nana::place_parts::repeated_array::reset ( )
inline