SNAP Library, Developer 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
TVecElt< TChA > Class Template Reference

#include <unicode.h>

List of all members.

Public Types

typedef TChA TVector
typedef char TElement

Static Public Member Functions

static void Add (TVector &vector, const TElement &element)

Detailed Description

template<>
class TVecElt< TChA >

Definition at line 423 of file unicode.h.


Member Typedef Documentation

typedef char TVecElt< TChA >::TElement

Definition at line 427 of file unicode.h.

typedef TChA TVecElt< TChA >::TVector

Definition at line 426 of file unicode.h.


Member Function Documentation

static void TVecElt< TChA >::Add ( TVector vector,
const TElement element 
) [inline, static]

Definition at line 428 of file unicode.h.

{ vector += element; }

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