Moka kernel
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
attribute-vertex.hh File Reference
#include "attribute.hh"
#include "vertex.hh"
#include "inline-macro.hh"
#include <iostream>

Go to the source code of this file.

Classes

class  CAttributeVertex
 

Enumerations

enum  TSaveFormat { UnknownFormat =-1, AsciiFormat, BinaryFormat }
 

Functions

std::ostream & operator<< (std::ostream &AStream, const CAttributeVertex &AVertex)
 

Enumeration Type Documentation

Les différents formats de fichiers supportés pour la sauvegarde et le chargement.

Enumerator:
UnknownFormat 
AsciiFormat 
BinaryFormat 

Definition at line 39 of file attribute-vertex.hh.

Function Documentation

std::ostream& operator<< ( std::ostream &  AStream,
const CAttributeVertex AVertex 
)
Parameters
AStreamLe flot dans lequel afficher le sommet
AVertexLe sommet à afficher @
Returns
Le flot utilisé pour l'affichage

Definition at line 85 of file attribute-vertex.icc.