repo.or.cz
/
opsoft.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
usage info
[opsoft.git]
/
gclib2
/
include
/
best_names.h
blob
be3f86d227a54b3f749058232947bcd0740733c7
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
DConnection
;
11
class
DJobs
;
12
class
DHeapSort
;
13
class
EList
;
14
class
EArray
;
15
class
HV
;
16
17
typedef
DConnection Connection
;
18
typedef
DJobs Jobs
;
19
typedef
DHeapSort HeapSort
;
20
typedef
EList List
;
21
typedef
EArray Array
;
22
typedef
HV Hash
;
23
24
#endif
25