27 #ifndef SALOMEDSClient_AttributeTableOfString_HeaderFile
28 #define SALOMEDSClient_AttributeTableOfString_HeaderFile
38 virtual void AddRow(
const std::vector<std::string>& theData) = 0;
39 virtual void SetRow(
int theRow,
const std::vector<std::string>& theData) = 0;
40 virtual std::vector<std::string>
GetRow(
int theRow) = 0;
41 virtual void AddColumn(
const std::vector<std::string>& theData) = 0;
42 virtual void SetColumn(
int theColumn,
const std::vector<std::string>& theData) = 0;
43 virtual std::vector<std::string>
GetColumn(
int theColumn) = 0;
44 virtual void PutValue(
const std::string& theValue,
int theRow,
int theColumn) = 0;
45 virtual std::string
GetValue(
int theRow,
int theColumn) = 0;
48 #endif // SALOMEDSClient_AttributeTableOfString_HeaderFile