Ignore:
Timestamp:
May 28, 2007, 10:38:18 PM (17 years ago)
Author:
rosiere
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/include/XML.h

    r29 r31  
    2424  {
    2525    // -----[ fields ]----------------------------------------------------
    26   private  : const string     _name            ;
    27   private  : string           _body            ;
    28   private  : list<string>     _list_balise_name;
     26  private  : const string     _name              ;
     27  private  : string           _filename_extension;
     28  private  : string           _body              ;
     29  private  : list<string>     _list_balise_name  ;
    2930
    3031    // -----[ methods ]---------------------------------------------------
     
    4243  public   : bool             insert_XML          (XML    xml );
    4344
     45  public   : void             filename_extension  (string extension);
    4446  public   : void             generate_file       (void);
    4547  public   : void             generate_file       (string encoding);
Note: See TracChangeset for help on using the changeset viewer.