WPILibC++ 2027.0.0-alpha-5
Loading...
Searching...
No Matches
wpi::double_conversion::Vector< T > Class Template Reference

#include <wpi/double-conversion/utils.h>

Public Member Functions

 Vector ()
 Vector (T *data, int len)
Vector< T > SubVector (int from, int to)
int length () const
bool is_empty () const
T * start () const
T & operator[] (int index) const
T & first ()
T & last ()
void pop_back ()

Constructor & Destructor Documentation

◆ Vector() [1/2]

template<typename T>
wpi::double_conversion::Vector< T >::Vector ( )
inline

◆ Vector() [2/2]

template<typename T>
wpi::double_conversion::Vector< T >::Vector ( T * data,
int len )
inline

Member Function Documentation

◆ first()

template<typename T>
T & wpi::double_conversion::Vector< T >::first ( )
inline

◆ is_empty()

template<typename T>
bool wpi::double_conversion::Vector< T >::is_empty ( ) const
inline

◆ last()

template<typename T>
T & wpi::double_conversion::Vector< T >::last ( )
inline

◆ length()

template<typename T>
int wpi::double_conversion::Vector< T >::length ( ) const
inline

◆ operator[]()

template<typename T>
T & wpi::double_conversion::Vector< T >::operator[] ( int index) const
inline

◆ pop_back()

template<typename T>
void wpi::double_conversion::Vector< T >::pop_back ( )
inline

◆ start()

template<typename T>
T * wpi::double_conversion::Vector< T >::start ( ) const
inline

◆ SubVector()

template<typename T>
Vector< T > wpi::double_conversion::Vector< T >::SubVector ( int from,
int to )
inline

The documentation for this class was generated from the following file: