Testing web server.
[Prjinfo.git] / CONCEPTION_CLASSES_txt
blob1231d17a43a80fff09d0733d36b9ba954f8c354d
1 Description inspirée d'UML des classes utilisées.
3 Petite légende :
4 nom() : méthode
5 nom : attribut
6 +nom : attribut privé
7 -nom : attribut public (inexistant)
8 +nom() : méthode publique
9 -nom() : méthode privée
11 -- version texte
13 classe Vector
14     +m_components (std::vector<double>)
15     ----------------
16     +addComponent()
17     +show() const
18     +equals() const