19 #ifndef FILE_RELATIONSHIP_H
20 #define FILE_RELATIONSHIP_H
24 #include "Relationship.h"
35 std::vector<Relationship> relationship;
99 void setPathName(
const std::string & frPathName) { pathName = frPathName; }
Definition: FileRelationship.h:30
void setPathName(const std::string &frPathName)
Definition: FileRelationship.h:99
FileRelationship(const std::vector< Relationship > &frRelationship)
FileRelationship(const Relationship &frRelationship)
void readFromString(const std::string &textInput)
Relationship getIndexRelationship(size_t index) const
FileRelationship()
Definition: FileRelationship.h:39
void addRelationship(const Relationship &frRelationship)
std::string toString() const
const std::vector< Relationship > & getAllRelationship() const
Definition: FileRelationship.h:76
const std::string & getPathName() const
Definition: FileRelationship.h:69
~FileRelationship()=default
Definition: Relationship.h:28
The epc namespace.
Definition: ContentType.h:25