Changeset 500
- Timestamp:
- 07/20/10 18:06:12 (19 months ago)
- File:
-
- 1 edited
-
trunk/avango-utils/python/_utils.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/avango-utils/python/_utils.cpp
r499 r500 99 99 { 100 100 // std::string type = ::av::ContainerPool::getNameByInstance(iter->second); 101 std::string type = iter->second->Name.getValue(); 101 // std::string type = iter->second->Name.getValue(); 102 std::string type = iter->second->getTypeId().getName(); 102 103 103 104 int l = type.length(); … … 114 115 } 115 116 } 116 117 // std::ostringstream ss;118 // std::map< std::string, int >::reverse_iterator i;119 // for(i=m.rbegin();i!=m.rend();++i)120 // {121 // int l = maxLength - i->first.length();122 // ss <<"\""<< i->first << "\" ";123 // for(int n=0;n<l;++n)124 // ss << " ";125 // ss<< i->second << std::endl;126 // }127 // ss<< av::ContainerPool::getNumberOfContainers() << std::endl;128 // std::cout << ss.str();129 117 130 118 std::ostringstream ss;
Note: See TracChangeset
for help on using the changeset viewer.
