LLVM API Documentation
#include <SmallVector.h>


Public Member Functions | |
| SmallVector () | |
| SmallVector (unsigned Size, const T &Value=T()) | |
| template<typename ItTy> | |
| SmallVector (ItTy S, ItTy E) | |
| SmallVector (const SmallVector &RHS) | |
| const SmallVector & | operator= (const SmallVector &RHS) |
Note that this does not attempt to be exception safe.
Definition at line 472 of file SmallVector.h.
| llvm::SmallVector< T, N >::SmallVector | ( | ) | [inline] |
Definition at line 494 of file SmallVector.h.
| llvm::SmallVector< T, N >::SmallVector | ( | unsigned | Size, | |
| const T & | Value = T() | |||
| ) | [inline, explicit] |
Definition at line 497 of file SmallVector.h.
| llvm::SmallVector< T, N >::SmallVector | ( | ItTy | S, | |
| ItTy | E | |||
| ) | [inline] |
Definition at line 505 of file SmallVector.h.
| llvm::SmallVector< T, N >::SmallVector | ( | const SmallVector< T, N > & | RHS | ) | [inline] |
Definition at line 509 of file SmallVector.h.
| const SmallVector& llvm::SmallVector< T, N >::operator= | ( | const SmallVector< T, N > & | RHS | ) | [inline] |
Definition at line 514 of file SmallVector.h.