Garfield++ v1r0
A toolkit for the detailed simulation of particle detectors based on ionisation measurement in gases and semiconductors
|
#include <iostream>
#include <string.h>
#include <cstdio>
#include "wcpplib/stream/findmark.h"
#include "wcpplib/stream/prstream.h"
Go to the source code of this file.
Functions | |
int | findmark (std::istream &file, const char *s) |
int | findmark_other_repeat (std::istream &file, std::ostream &outfile, const char *s) |
int | find1ofnmark (std::istream &file, int q, char *s[]) |
int | find1ofnmark (std::istream &file, int q, const String str[]) |
int find1ofnmark | ( | std::istream & | file, |
int | q, | ||
char * | s[] | ||
) |
Definition at line 89 of file findmark.cpp.
Referenced by find1ofnmark().
int find1ofnmark | ( | std::istream & | file, |
int | q, | ||
const String | str[] | ||
) |
Definition at line 151 of file findmark.cpp.
int findmark | ( | std::istream & | file, |
const char * | s | ||
) |
Definition at line 18 of file findmark.cpp.
Referenced by definp_double(), definp_int(), definp_long(), definp_String(), Heed::ElElasticScat::ElElasticScat(), Heed::ElElasticScatLowSigma::ElElasticScatLowSigma(), Heed::ExAtomPhotoAbsCS::ExAtomPhotoAbsCS(), and Heed::SimpleAtomPhotoAbsCS::SimpleAtomPhotoAbsCS().
int findmark_other_repeat | ( | std::istream & | file, |
std::ostream & | outfile, | ||
const char * | s | ||
) |
Definition at line 46 of file findmark.cpp.