SNAP Library 2.1, Developer Reference  2013-09-25 10:47:25
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
pp.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TPpTag
class  TPpVal
class  TPp

Typedefs

typedef TVec< TPpValTPpValV
typedef TPt< TPpPPp
typedef TVec< PPpTPpV

Enumerations

enum  TPpTagVal {
  ptUndef, ptBool, ptInt, ptFlt,
  ptStr, ptValV, ptSel, ptSet
}

Functions

PPp MkClone (const PPp &Pp)

Typedef Documentation

typedef TPt<TPp> PPp

Definition at line 66 of file pp.h.

typedef TVec<PPp> TPpV

Definition at line 68 of file pp.h.

typedef TVec<TPpVal> TPpValV

Definition at line 62 of file pp.h.


Enumeration Type Documentation

enum TPpTagVal
Enumerator:
ptUndef 
ptBool 
ptInt 
ptFlt 
ptStr 
ptValV 
ptSel 
ptSet 

Definition at line 3 of file pp.h.


Function Documentation

PPp MkClone ( const PPp Pp) [inline]

Definition at line 237 of file pp.h.

Referenced by TPt< TFRnd >::Clone().

{return new TPp(*Pp);}

Here is the caller graph for this function: