#include "attribute.hh"
#include "vertex.hh"
#include "inline-macro.hh"
#include <iostream>
Go to the source code of this file.
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.
std::ostream& operator<< |
( |
std::ostream & |
AStream, |
|
|
const CAttributeVertex & |
AVertex |
|
) |
| |
- Parameters
-
AStream | Le flot dans lequel afficher le sommet |
AVertex | Le sommet à afficher @ |
- Returns
- Le flot utilisé pour l'affichage
Definition at line 85 of file attribute-vertex.icc.