SNAP Library 6.0, Developer Reference
2020-12-09 16:24:20
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <ds.h>
Public Member Functions | |
PVec () | |
PVec (const PVec< TVal > &Vec) | |
PVec (const int &MxVals, const int &Vals) | |
PVec (const TVec< TVal > &_V) | |
PVec (TSIn &SIn) | |
void | Save (TSOut &SOut) const |
PVec< TVal > & | operator= (const PVec< TVal > &Vec) |
bool | operator== (const PVec< TVal > &Vec) const |
bool | operator< (const PVec< TVal > &Vec) const |
TVal & | operator[] (const int &ValN) const |
bool | Empty () const |
int | Len () const |
TVal | GetVal (const int &ValN) const |
int | Add (const TVal &Val) |
Static Public Member Functions | |
static TPt< PVec< TVal > > | New () |
static TPt< PVec< TVal > > | New (const int &MxVals, const int &Vals) |
static TPt< PVec< TVal > > | New (const TVec< TVal > &V) |
static TPt< PVec< TVal > > | Load (TSIn &SIn) |
Public Attributes | |
TVec< TVal > | V |
Private Attributes | |
TCRef | CRef |
Friends | |
class | TPt< PVec< TVal > > |
|
inline |
Definition at line 2206 of file ds.h.
References TVec< TVal, TSizeTy >::Add().
|
inline |
Definition at line 2202 of file ds.h.
References TVec< TVal, TSizeTy >::Empty().
|
inline |
|
inline |
Definition at line 2184 of file ds.h.
Referenced by TSs::LoadTxt().
|
inlinestatic |
|
inlinestatic |
Definition at line 2190 of file ds.h.
References PVec< TVal >::V.
|
inline |
Definition at line 2194 of file ds.h.
References TVec< TVal, TSizeTy >::Save().
Definition at line 2180 of file ds.h.
Referenced by PVec< TVal >::New(), PVec< TVal >::operator=(), and PVec< TVal >::operator==().