|
My Project
|
#include <FileRelationship.h>
Public Member Functions | |
| FileRelationship (const Relationship &frRelationship) | |
| FileRelationship (const std::vector< Relationship > &frRelationship) | |
| bool | isEmpty () const |
| std::string | getPathName () const |
| std::vector< Relationship > | getAllRelationship () const |
| Relationship | getIndexRelationship (const int &index) const |
| std::string | toString () const |
| void | setPathName (const std::string &frPathName) |
| void | addRelationship (const Relationship &frRelationship) |
| void | readFromString (const std::string &textInput) |
This class intends to represent any rel file of the package.
| void FileRelationship::readFromString | ( | const std::string & | textInput | ) |
Read a relationships part from a string.
1.8.11