2 #ifndef AIDA_PATHNAME_H
3 #define AIDA_PATHNAME_H 1
23 void setPathName(
string rawName);
24 void changePath(
string rawPath);
26 string getName()
const;
27 string getName(
int number)
const;
28 string getPath()
const;
29 string getPathTo(
int number)
const;
30 string getPathName()
const;
31 string getPathNameTemp()
const;
32 string getNameTemp()
const;
33 int getNumberOfNames()
const;
40 vector<string> _names;
Definition: PathName.h:19