C++ Reference
C++ Reference: Graph
SVector< T >
Detailed Description
Public Member Functions | |
| SVector () | |
| ~SVector () | |
| SVector (const SVector &other) | |
| SVector & | operator= (const SVector &other) |
| SVector (SVector &&other) | |
| SVector & | operator= (SVector &&other) |
| T & | operator[] (int n) |
| const T & | operator[] (int n) const |
| void | resize (int n) |
| void | clear () |
| T * | data () const |
| void | swap (SVector< T > &x) |
| void | reserve (int n) |
| void | grow (const T &left=T(), const T &right=T()) |
| int | size () const |
| int | capacity () const |
| int | max_size () const |
| void | clear_and_dealloc () |
Constructor & Destructor Documentation
◆ SVector() [1/3]
◆ ~SVector()
◆ SVector() [2/3]
◆ SVector() [3/3]
Member Function Documentation
◆ capacity()
◆ clear()
◆ clear_and_dealloc()
◆ data()
◆ grow()
|
inline |
◆ max_size()
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ operator[]() [1/2]
◆ operator[]() [2/2]
◆ reserve()
◆ resize()
◆ size()
◆ swap()
The documentation for this class was generated from the following file: