PLearn 0.1
Classes | Namespaces | Typedefs | Functions
Set.h File Reference
#include <plearn/math/TMat.h>
Include dependency graph for Set.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PLearn::PPointableSet
class  PLearn::Set

Namespaces

namespace  PLearn
 

< for swap


Typedefs

typedef PPointableSet::iterator PLearn::SetIterator

Functions

PStream & PLearn::operator<< (PStream &out, const PPointableSet &pp_set)
PStream & PLearn::operator>> (PStream &in, PPointableSet &pp_set)
PPointableSet * PLearn::newSet ()
void PLearn::merge (Set a, Set b, Set res)
void PLearn::difference (Set a, Set b, Set res)
void PLearn::intersection (Set a, Set b, Set res)
ostream & PLearn::operator<< (ostream &out, Set s)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines