#include <ios>
#include <string>
#include <array>
#include <tuple>
#include <vector>
#include <iostream>
#include <iomanip>
#include <sstream>
#include <unordered_set>
#include <algorithm>
#include <numeric>
#include <functional>
#include <type_traits>
#include <stdexcept>
#include <cstdlib>
#include <cstddef>
#include <clocale>
#include <cstring>
#include <cerrno>
#include <cassert>
#include <zlib.h>
#include <simgear/embedded_resources/EmbeddedResource.hxx>
#include <simgear/io/iostreams/sgstream.hxx>
#include <simgear/misc/argparse.hxx>
#include <simgear/misc/sg_path.hxx>
#include <simgear/misc/strutils.hxx>
#include <simgear/sg_inlines.h>
#include <simgear/structure/exception.hxx>
#include <simgear/xml/easyxml.hxx>
#include "fgrcc.hxx"
Go to the source code of this file.
◆ LOG
Value:do { cerr <<
PROGNAME <<
": " << stuff <<
"\n"; }
while(0)
static const string PROGNAME
Definition at line 66 of file fgrcc.cxx.
◆ assembleVirtualPath()
static SGPath assembleVirtualPath |
( |
string | firstPart, |
|
|
const string & | secondPart ) |
|
static |
◆ operator<<()
std::ostream & operator<< |
( |
std::ostream & | outputStream, |
|
|
CPPEncoder & | cppEncoder ) |
◆ prettyPrintNbOfBytes()
static string prettyPrintNbOfBytes |
( |
std::size_t | nbBytes | ) |
|
|
static |
◆ showUsage()
void showUsage |
( |
std::ostream & | os | ) |
|
◆ PROGNAME
const string PROGNAME = "fgrcc" |
|
static |