SMTK  @SMTK_VERSION@
Simulation Modeling Tool Kit
Public Member Functions | Protected Attributes | List of all members
smtk::attribute::FileInfo Class Reference
Collaboration diagram for smtk::attribute::FileInfo:
[legend]

Public Member Functions

 FileInfo (const std::string &f)
 
const std::string & filename () const
 
void appendInclude (const std::string &includeFile)
 
const std::vector< std::string > & includeFiles () const
 
void setCatagories (const std::set< std::string > &newCatagories)
 
const std::set< std::string > & catagories () const
 
void setDefaultCatagory (const std::string &catagory)
 
const std::string & defaultCatagory () const
 
void print (const std::string &pre)
 

Protected Attributes

std::string m_filename
 
std::string m_defaultCategory
 
std::vector< std::string > m_includes
 
std::set< std::string > m_catagories
 

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