FlightGear next
fgrcc.cxx File Reference
#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.

Macros

#define LOG(stuff)
 

Functions

static string prettyPrintNbOfBytes (std::size_t nbBytes)
 
static SGPath assembleVirtualPath (string firstPart, const string &secondPart)
 
std::ostream & operator<< (std::ostream &outputStream, CPPEncoder &cppEncoder)
 
void showUsage (std::ostream &os)
 

Variables

static const string PROGNAME = "fgrcc"
 

Macro Definition Documentation

◆ LOG

#define LOG ( stuff)
Value:
do { cerr << PROGNAME << ": " << stuff << "\n"; } while(0)
static const string PROGNAME
Definition fgrcc.cxx:63

Definition at line 66 of file fgrcc.cxx.

Function Documentation

◆ assembleVirtualPath()

static SGPath assembleVirtualPath ( string firstPart,
const string & secondPart )
static

Definition at line 84 of file fgrcc.cxx.

◆ operator<<()

std::ostream & operator<< ( std::ostream & outputStream,
CPPEncoder & cppEncoder )

Definition at line 514 of file fgrcc.cxx.

◆ prettyPrintNbOfBytes()

static string prettyPrintNbOfBytes ( std::size_t nbBytes)
static

Definition at line 68 of file fgrcc.cxx.

◆ showUsage()

void showUsage ( std::ostream & os)

Definition at line 775 of file fgrcc.cxx.

Variable Documentation

◆ PROGNAME

const string PROGNAME = "fgrcc"
static

Definition at line 63 of file fgrcc.cxx.