#include <LCS.h>
Public Member Functions | |
vector_start_at_one () | |
vector_start_at_one (const std::vector< T > &init) | |
size_t | size () const |
const T & | operator[] (size_t i) const |
Private Member Functions | |
vector_start_at_one (const vector_start_at_one< T > &) | |
Private Attributes | |
std::vector< T > | data |
const std::vector< T > & | sa |
Definition at line 15 of file LCS.h.
LCS::vector_start_at_one< T >::vector_start_at_one | ( | ) | [inline] |
LCS::vector_start_at_one< T >::vector_start_at_one | ( | const std::vector< T > & | init | ) | [inline] |
LCS::vector_start_at_one< T >::vector_start_at_one | ( | const vector_start_at_one< T > & | ) | [private] |
const T& LCS::vector_start_at_one< T >::operator[] | ( | size_t | i | ) | const [inline] |
size_t LCS::vector_start_at_one< T >::size | ( | ) | const [inline] |
Definition at line 21 of file LCS.h.
Referenced by LCS::getDiff(), LCS::LCSLength(), and LCS::printDiff().
Here is the caller graph for this function:
std::vector<T> LCS::vector_start_at_one< T >::data [private] |
const std::vector<T>& LCS::vector_start_at_one< T >::sa [private] |
Definition at line 32 of file LCS.h.
Referenced by LCS::vector_start_at_one< T >::operator[](), and LCS::vector_start_at_one< T >::size().