ATLAS Offline Software
Loading...
Searching...
No Matches
IReadCards.h
Go to the documentation of this file.
1/* emacs: this is -*- c++ -*- */
19
20
21#ifndef READCARDS_IREADCARDS_H
22#define READCARDS_IREADCARDS_H
23
24
25#ifdef __cplusplus
26extern "C" {
27#endif
28 void initcards_(const char* );
29 void deletecards_(void);
30 void isdefined_(const char* , int& );
31 void getstring_(const char* , char* );
32 void getdvalue_(const char* , double& );
33 void getfvalue_(const char* , float& );
34 void getivalue_(const char* , int& );
35 void getbvalue_(const char* , bool& );
36 void getdvector_(const char* , double* );
37 void getivector_(const char* , int* );
38 void printcards_();
39#ifdef __cplusplus
40}
41#endif
42
43
44
45#endif /* READCARDS_IREADCARDS_H */
46
47
48
49
50
51
52
53
54
55
void getivector_(const char *, int *)
void printcards_()
void getivalue_(const char *, int &)
void isdefined_(const char *, int &)
void getbvalue_(const char *, bool &)
void initcards_(const char *)
void getfvalue_(const char *, float &)
void getdvalue_(const char *, double &)
void getdvector_(const char *, double *)
void getstring_(const char *, char *)
void deletecards_(void)