source: trunk/IPs/systemC/processor/Morpheo/Tools/Viewer/Bdd/src/BaseV_searchComponent.cpp @ 33

Last change on this file since 33 was 33, checked in by chou, 17 years ago

correction de qq bugs

File size: 390 bytes
RevLine 
[20]1 /*
2 *
3 * [desc.]
4 */
5#include "Tools/Viewer/Bdd/include/BaseV.h"
6
7namespace morpheo{
8namespace tools{
9namespace viewer{
10namespace bdd{   
11
12  morpheo::tools::viewer::bdd::BaseP BaseV::get_BasePos(string v){ 
[26]13    int tmp=listcomp->indexOf(v,0);
[32]14    if(tmp == -1)
[33]15      return BaseP();
[26]16    else
17      return pos->operator[](tmp);
[20]18  }
19
20};//end bdd
21};//end viewer
22};//end tools
23};//end morpheo
Note: See TracBrowser for help on using the repository browser.