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
Line 
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){ 
13    int tmp=listcomp->indexOf(v,0);
14    if(tmp == -1)
15      return BaseP();
16    else
17      return pos->operator[](tmp);
18  }
19
20};//end bdd
21};//end viewer
22};//end tools
23};//end morpheo
Note: See TracBrowser for help on using the repository browser.