Ignore:
Timestamp:
Dec 10, 2008, 7:31:39 PM (15 years ago)
Author:
rosiere
Message:

Almost complete design
with Test and test platform

File:
1 edited

Legend:

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

    r81 r88  
    4040  public   : bool             singleton_end       (void);
    4141  public   : bool             attribut            (std::string name, std::string value);
    42   public   : bool             insert_XML          (XML    xml );
     42  public   : bool             insert_XML          (XML    xml, uint32_t offset_depth=0);
    4343
    4444  public   : void             filename_extension  (std::string extension);
    45   public   : void             generate_file       (void);
    46   public   : void             generate_file       (std::string encoding);
    47   public   : std::string           get_body            (void);
    48   public   : std::string           get_body            (uint32_t depth);
     45  public   : void             generate_file       (std::string dirname, std::string encoding);
     46  public   : void             generate_file       (std::string dirname=".");
     47  public   : std::string      get_body            (void);
     48  public   : std::string      get_body            (uint32_t depth);
    4949
    5050  public   : bool             comment             (std::string text);
    5151  public   : bool             text                (std::string text);
    5252                                                 
    53   private  : std::string           indent              (uint32_t depth );
    54   private  : std::string           indent              (void);
     53  private  : std::string      indent              (uint32_t depth );
     54  private  : std::string      indent              (void);
    5555  private  : uint32_t         depth               (void);
    5656                                                 
Note: See TracChangeset for help on using the changeset viewer.