repo.or.cz
/
opsoft_test.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
current version
[opsoft_test.git]
/
gclib2
/
include
/
best_names.h
blob
ef73509e2565c7cfae362a14be8237533d583aa6
1
/*
2
* (c) Oleg Puchinin 2006
3
* graycardinalster@gmail.com
4
*
5
*/
6
7
#ifndef DEFINE_BEST_NAMES_H
8
#define DEFINE_BEST_NAMES_H
9
10
class
HV
;
11
class
EList
;
12
class
EArray
;
13
class
DConnection
;
14
class
DJobs
;
15
class
DPoll
;
16
class
DHeapSort
;
17
18
typedef
HV Hash
;
19
typedef
EList List
;
20
typedef
EArray Array
;
21
typedef
DConnection Connection
;
22
typedef
DJobs Jobs
;
23
typedef
DHeapSort HeapSort
;
24
25
#endif
26