|
Lines 403-417
Ptr<T> CreateObject (const AttributeList
|
Link Here
|
|---|
|
| 403 |
|
403 |
|
| 404 |
template <typename T> |
404 |
template <typename T> |
| 405 |
Ptr<T> |
405 |
Ptr<T> |
| 406 |
CreateObject (std::string n1 = "", const AttributeValue & v1 = EmptyAttributeValue (), |
406 |
CreateObject (std::string n1 , const AttributeValue & v1, |
| 407 |
std::string n2 = "", const AttributeValue & v2 = EmptyAttributeValue (), |
407 |
std::string n2 , const AttributeValue & v2, |
| 408 |
std::string n3 = "", const AttributeValue & v3 = EmptyAttributeValue (), |
408 |
std::string n3 , const AttributeValue & v3, |
| 409 |
std::string n4 = "", const AttributeValue & v4 = EmptyAttributeValue (), |
409 |
std::string n4 , const AttributeValue & v4, |
| 410 |
std::string n5 = "", const AttributeValue & v5 = EmptyAttributeValue (), |
410 |
std::string n5 , const AttributeValue & v5, |
| 411 |
std::string n6 = "", const AttributeValue & v6 = EmptyAttributeValue (), |
411 |
std::string n6 , const AttributeValue & v6, |
| 412 |
std::string n7 = "", const AttributeValue & v7 = EmptyAttributeValue (), |
412 |
std::string n7 , const AttributeValue & v7, |
| 413 |
std::string n8 = "", const AttributeValue & v8 = EmptyAttributeValue (), |
413 |
std::string n8 , const AttributeValue & v8, |
| 414 |
std::string n9 = "", const AttributeValue & v9 = EmptyAttributeValue ()) |
414 |
std::string n9 , const AttributeValue & v9) |
| 415 |
{ |
415 |
{ |
| 416 |
AttributeList attributes; |
416 |
AttributeList attributes; |
| 417 |
if (n1 == "") |
417 |
if (n1 == "") |