source: trunk/IPs/systemC/processor/Morpheo/Common/include/Basename.h @ 131

Last change on this file since 131 was 131, checked in by rosiere, 15 years ago

1) add constant method
2) test with systemc 2.2.0

  • Property svn:keywords set to Id
File size: 258 bytes
Line 
1#ifndef Morpheo_Basename_h
2#define Morpheo_Basename_h
3
4/*
5 * $Id: Basename.h 131 2009-07-08 18:40:08Z rosiere $
6 *
7 * [ Description ]
8 *
9 */
10
11#include <string>
12
13namespace morpheo {
14
15  std::string basename (std::string str, bool keep_extension=true);
16 
17}; // end namespace morpheo             
18
19#endif
Note: See TracBrowser for help on using the repository browser.