BOSS
7.0.6
BESIII Offline Software System
Loading...
Searching...
No Matches
filemap.h
Go to the documentation of this file.
1
/*
2
The contents of this file are subject to the Mozilla Public License
3
Version 1.0 (the "License"); you may not use this file except in
4
compliance with the License. You may obtain a copy of the License at
5
http://www.mozilla.org/MPL/
6
7
Software distributed under the License is distributed on an "AS IS"
8
basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
9
License for the specific language governing rights and limitations
10
under the License.
11
12
The Original Code is expat.
13
14
The Initial Developer of the Original Code is James Clark.
15
Portions created by James Clark are Copyright (C) 1998
16
James Clark. All Rights Reserved.
17
18
Contributor(s):
19
*/
20
21
22
#include <stddef.h>
23
24
#ifdef XML_UNICODE
25
int
filemap
(
const
wchar_t
*name,
26
void
(*processor)(
const
void
*,
size_t
,
const
wchar_t
*,
void
*
arg
),
27
void
*
arg
);
28
#else
29
int
filemap
(
const
char
*name,
30
void
(*processor)(
const
void
*,
size_t
,
const
char
*,
void
*
arg
),
31
void
*
arg
);
32
#endif
arg
double arg(const EvtComplex &c)
Definition:
EvtComplex.hh:227
filemap
int filemap(const char *name, void(*processor)(const void *, size_t, const char *, void *arg), void *arg)
source
Calibration
facilities
facilities-00-00-04
facilities
filemap.h
Generated by
1.9.6