SNAP Library, User Reference  2012-10-02 12:56:23
SNAP, a general purpose network analysis and graph mining library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
PVec< TVal > Class Template Reference

List of all members.

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

Friends

class TPt< PVec< TVal > >

template<class TVal>
class PVec< TVal >


Constructor & Destructor Documentation

template<class TVal>
PVec< TVal >::PVec ( ) [inline]
template<class TVal>
PVec< TVal >::PVec ( const PVec< TVal > &  Vec) [inline]
template<class TVal>
PVec< TVal >::PVec ( const int &  MxVals,
const int &  Vals 
) [inline]
template<class TVal>
PVec< TVal >::PVec ( const TVec< TVal > &  _V) [inline]
template<class TVal>
PVec< TVal >::PVec ( TSIn SIn) [inline, explicit]

Member Function Documentation

template<class TVal>
int PVec< TVal >::Add ( const TVal &  Val) [inline]
template<class TVal>
bool PVec< TVal >::Empty ( ) const [inline]
template<class TVal>
TVal PVec< TVal >::GetVal ( const int &  ValN) const [inline]
template<class TVal>
int PVec< TVal >::Len ( ) const [inline]
template<class TVal>
static TPt<PVec<TVal> > PVec< TVal >::Load ( TSIn SIn) [inline, static]
template<class TVal>
static TPt<PVec<TVal> > PVec< TVal >::New ( ) [inline, static]
template<class TVal>
static TPt<PVec<TVal> > PVec< TVal >::New ( const int &  MxVals,
const int &  Vals 
) [inline, static]
template<class TVal>
static TPt<PVec<TVal> > PVec< TVal >::New ( const TVec< TVal > &  V) [inline, static]
template<class TVal>
bool PVec< TVal >::operator< ( const PVec< TVal > &  Vec) const [inline]
template<class TVal>
PVec<TVal>& PVec< TVal >::operator= ( const PVec< TVal > &  Vec) [inline]
template<class TVal>
bool PVec< TVal >::operator== ( const PVec< TVal > &  Vec) const [inline]
template<class TVal>
TVal& PVec< TVal >::operator[] ( const int &  ValN) const [inline]
template<class TVal>
void PVec< TVal >::Save ( TSOut SOut) const [inline]

Friends And Related Function Documentation

template<class TVal>
friend class TPt< PVec< TVal > > [friend]

Member Data Documentation

template<class TVal>
TVec<TVal> PVec< TVal >::V

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