Cloudy Data Archive
cloudy
trunk
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
source
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
speciesOff
bool speciesOff(const string &label)
Definition:
parse_species.cpp:194
Parser
Definition:
parser.h:43
ParseSpecies
void ParseSpecies(Parser &p)
Definition:
parse_species.cpp:16
setProperties
void setProperties(species &sp)
Definition:
parse_species.cpp:103
speciesCheck
void speciesCheck()
Definition:
parse_species.cpp:178
species
Definition:
species.h:11
Generated by
1.8.5