#include <SLFileExt.hpp>
Collaboration diagram for SLFileExt:
Public Member Functions | |
SLFileExt (const SLString &ext) | |
bool | operator== (const SLFileExt &other) const |
const SLString & | to_SLString () const |
Protected Attributes | |
boost::shared_ptr< const SLString > | _shared_ptr |
Extentions are all lowercase.
Example of usage :
|
Construct an extention given its name The '.' char should be omited. |
|
Compare two extentions |
|
Returns the SLString version of the ext |
|
this variable holds data in an efficient and memory leak proof way. |