FlightGear next
ResourceDeclaration Struct Reference

#include <fgrcc.hxx>

Public Member Functions

 ResourceDeclaration (const SGPath &virtualPath, const SGPath &realPath, const std::string &language, simgear::AbstractEmbeddedResource::CompressionType compressionType)
 
bool isCompressed () const
 

Public Attributes

SGPath virtualPath
 
SGPath realPath
 
std::string language
 
simgear::AbstractEmbeddedResource::CompressionType compressionType
 

Detailed Description

Definition at line 36 of file fgrcc.hxx.

Constructor & Destructor Documentation

◆ ResourceDeclaration()

ResourceDeclaration::ResourceDeclaration ( const SGPath & virtualPath,
const SGPath & realPath,
const std::string & language,
simgear::AbstractEmbeddedResource::CompressionType compressionType )

Definition at line 100 of file fgrcc.cxx.

Member Function Documentation

◆ isCompressed()

bool ResourceDeclaration::isCompressed ( ) const

Definition at line 110 of file fgrcc.cxx.

Member Data Documentation

◆ compressionType

simgear::AbstractEmbeddedResource::CompressionType ResourceDeclaration::compressionType

Definition at line 48 of file fgrcc.hxx.

◆ language

std::string ResourceDeclaration::language

Definition at line 47 of file fgrcc.hxx.

◆ realPath

SGPath ResourceDeclaration::realPath

Definition at line 46 of file fgrcc.hxx.

◆ virtualPath

SGPath ResourceDeclaration::virtualPath

Definition at line 45 of file fgrcc.hxx.


The documentation for this struct was generated from the following files: