libnolimits  1.0.0-beta
A NoLimits Roller Coaster 1 and 2 Library written in C++, which provides functionality to manipulate and create NoLimits 2 Parks or NoLimits 1 Tracks programmatically.
Public Member Functions | Private Attributes | List of all members
NoLimits::NoLimits2::ResourceFile Class Reference

#include <ResourceFile.h>

Collaboration diagram for NoLimits::NoLimits2::ResourceFile:
[legend]

Public Member Functions

 ResourceFile ()
 
void debug ()
 
std::string getId () const
 
void setId (const std::string &value)
 
std::string getPath () const
 
void setPath (const std::string &value)
 

Private Attributes

std::string id
 
std::string path
 

Constructor & Destructor Documentation

◆ ResourceFile()

NoLimits::NoLimits2::ResourceFile::ResourceFile ( )
inline

Member Function Documentation

◆ debug()

void NoLimits::NoLimits2::ResourceFile::debug ( )
inlinevirtual

Reimplemented from NoLimits::Stream::Chunk.

◆ getId()

std::string NoLimits::NoLimits2::ResourceFile::getId ( ) const

◆ getPath()

std::string NoLimits::NoLimits2::ResourceFile::getPath ( ) const

◆ setId()

void NoLimits::NoLimits2::ResourceFile::setId ( const std::string &  value)

◆ setPath()

void NoLimits::NoLimits2::ResourceFile::setPath ( const std::string &  value)

Member Data Documentation

◆ id

std::string NoLimits::NoLimits2::ResourceFile::id
private

◆ path

std::string NoLimits::NoLimits2::ResourceFile::path
private

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