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
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 427 of file unicode.h.


Member Typedef Documentation

typedef char TVecElt< TChA >::TElement

Definition at line 431 of file unicode.h.

typedef TChA TVecElt< TChA >::TVector

Definition at line 430 of file unicode.h.


Member Function Documentation

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

Definition at line 432 of file unicode.h.

{ vector += element; }

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