19#ifndef FILE_RELATIONSHIP_H 
   20#define FILE_RELATIONSHIP_H 
   24#include "Relationship.h" 
   35        std::vector<Relationship> relationship;
 
  100        void setPathName(
const std::string & frPathName) { pathName = frPathName; }
 
 
Definition FileRelationship.h:30
 
void setPathName(const std::string &frPathName)
Definition FileRelationship.h:100
 
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)
 
const std::string & getPathName() const
Definition FileRelationship.h:70
 
std::string toString() const
 
const std::vector< Relationship > & getAllRelationship() const
Definition FileRelationship.h:77
 
~FileRelationship()=default
 
Definition Relationship.h:28
 
The epc namespace.
Definition ContentType.h:25