OpenRaider  0.1.4-dev
Open Source Tomb Raider Game Engine implementation
Public Member Functions | Private Attributes | List of all members
File Class Reference

#include <Folder.h>

Collaboration diagram for File:
[legend]

Public Member Functions

 File (std::string file)
 
std::string & getName ()
 
std::string & getPath ()
 

Private Attributes

std::string name
 
std::string path
 

Detailed Description

Definition at line 16 of file Folder.h.

Constructor & Destructor Documentation

File::File ( std::string  file)

Definition at line 17 of file Folder.cpp.

Member Function Documentation

std::string& File::getName ( )
inline

Definition at line 20 of file Folder.h.

std::string& File::getPath ( )
inline

Definition at line 21 of file Folder.h.

Member Data Documentation

std::string File::name
private

Definition at line 24 of file Folder.h.

std::string File::path
private

Definition at line 25 of file Folder.h.


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