source: trunk/IPs/systemC/processor/Morpheo/Behavioural/src/Interfaces_print.cpp @ 31

Last change on this file since 31 was 31, checked in by rosiere, 17 years ago

Class Position qui encapsule la génération des fichiers de positions

File size: 419 bytes
Line 
1/*
2 * $Id$
3 *
4 * [ Description ]
5 *
6 */
7
8#include "Behavioural/include/Interfaces.h"
9
10
11namespace morpheo              {
12namespace behavioural          {
13
14  ostream& operator<< (ostream& output_stream ,
15                       morpheo::behavioural::Interfaces & x)
16  {
17    output_stream << x.get_interface () << endl;
18    return output_stream;
19  };
20
21}; // end namespace behavioural         
22}; // end namespace morpheo             
Note: See TracBrowser for help on using the repository browser.