source: trunk/IPs/systemC/processor/Morpheo/Tools/Viewer/Parser/src/Parse_accessors.cpp @ 81

Last change on this file since 81 was 81, checked in by rosiere, 16 years ago
  • Finish Environment (and test)
  • Continue predictor_unit
  • Add external tools
  • svn keyword "Id" set
  • Property svn:executable set to *
  • Property svn:keywords set to Id
File size: 329 bytes
Line 
1/*
2 *
3 * [desc.]
4 */
5#include "Tools/Viewer/Parser/include/parser.h"
6
7namespace morpheo{
8namespace tools{
9namespace viewer{
10namespace parser{
11
12  string Parse::getTopLevelName(){
13    return toplevel;
14  }
15  string Parse::getAbsolutePath(){
16    return absolutePath;
17  }
18
19
20};//end parser
21};//end viewer
22};//end tools
23};//end morpheo
Note: See TracBrowser for help on using the repository browser.