My favorites | Sign in
Project Logo
                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#pragma once
#include "stdafx.h"

//#include "vehicule.h"
#include <hash_map>
//#include <vector>
#include "Location.h"
//#include "Date.h"

class ListeLocation
{
private:
ListeLocation(void);
~ListeLocation(void);
static ListeLocation* instance;

public:
static ListeLocation* getinstance();
int chargement();
int ajout(Location* nouvelle_loc);
int enregistrement();
int ajout_tab(static int i_loc,Location * loc);
void devis (Location * loc);

//fct pr interface:
Location* returnLocationCour();
void Locationbegin();
void Locationsuiv();
void Locationprec();
int nbrLocation();

private:

stdext::hash_map< static int , Location* > tabLocation;
stdext::hash_map< static int , Location* >:: iterator hash_iter,iter_cour;
typedef pair < static int , Location* > Int_Pair;


};
Show details Hide details

Change log

r24 by manu.dss on Jun 04, 2007   Diff
[No log message]
Go to: 
Project members, sign in to write a code review

Older revisions

r20 by pootoonet on Jun 04, 2007   Diff
[No log message]
r18 by pootoonet on Jun 03, 2007   Diff
[No log message]
r9 by manu.dss on May 26, 2007   Diff
Modification  de plusieurs fichiers
Ajout de nouvelle classe :
ListeLocation pour ranger les location
Config pour les configurations
GestionVehicule.cpp et
...
All revisions of this file

File info

Size: 833 bytes, 39 lines
Hosted by Google Code