cloudy  trunk
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
parse_species.h
Go to the documentation of this file.
1 /* This file is part of Cloudy and is copyright (C)1978-2022 by Gary J. Ferland and
2  * others. For conditions of distribution and use see copyright notice in license.txt */
3 
4 #ifndef PARSE_SPECIES_H_
5 #define PARSE_SPECIES_H_
6 
7 class Parser;
8 void ParseSpecies(Parser &p);
9 
10 class species;
11 void setProperties(species& sp);
12 
13 bool speciesOff(const string& label);
14 
15 void speciesCheck();
16 
17 #endif // PARSE_SPECIES_H_
18 
bool speciesOff(const string &label)
Definition: parser.h:43
void ParseSpecies(Parser &p)
void setProperties(species &sp)
void speciesCheck()