Update Attribute.h
This commit is contained in:
parent
6004fe724f
commit
70e2970430
1 changed files with 5 additions and 0 deletions
|
@ -41,6 +41,11 @@ public:
|
||||||
{
|
{
|
||||||
return values.size();
|
return values.size();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void pushBack(string s)
|
||||||
|
{
|
||||||
|
values.push_back(s);
|
||||||
|
}
|
||||||
/*
|
/*
|
||||||
Attribute(vector<string> v){
|
Attribute(vector<string> v){
|
||||||
this.values = v;
|
this.values = v;
|
||||||
|
|
Reference in a new issue