ReFRACtor
ifstream_cs.h
Go to the documentation of this file.
1 #ifndef IFSTREAM_CS_H
2 #define IFSTREAM_CS_H
3 #include "filtering_fstream.h"
4 
5 namespace FullPhysics {
6 /****************************************************************/
18 public:
19  IfstreamCs(const std::string& Fname, const std::string& Comment_start = "#");
20  virtual ~IfstreamCs() {}
21 };
22 }
23 #endif
IfstreamCs(const std::string &Fname, const std::string &Comment_start="#")
Open file to read, decompressing if necessary and filtering comments.
Definition: ifstream_cs.cc:12
It can be convenient to allow comments in a text data file that are ignored by the program reading it...
Definition: ifstream_cs.h:17
This allows filtering stream to created on top of an underlying ifstream.
Contains classes to abstract away details in various Spurr Radiative Transfer software.
Definition: doxygen_python.h:1

Copyright © 2017, California Institute of Technology.
ALL RIGHTS RESERVED.
U.S. Government Sponsorship acknowledged.
Generated Fri Aug 24 2018 15:44:11