Changeset 52 for sources/src/sc_fwd.h


Ignore:
Timestamp:
Jan 22, 2013, 4:23:22 PM (12 years ago)
Author:
meunier
Message:

Code formatting in all source files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sources/src/sc_fwd.h

    r4 r52  
    2020/////////////////////////////////////////////////
    2121// kernel
    22 //
     22/////////////////////////////////////////////////
    2323class method_process_t;
    2424class sc_port_base;
     
    3636/////////////////////////////////////////////////
    3737// Ports & Signals
    38 //
     38/////////////////////////////////////////////////
    3939template <class T> class sc_in;
    4040template <class T> class sc_inout;
     
    4747/////////////////////////////////////////////////
    4848// Tracing
    49 //
     49/////////////////////////////////////////////////
    5050class sc_trace_file;
    5151
    5252/////////////////////////////////////////////////
    5353// lists
    54 //
     54/////////////////////////////////////////////////
    5555typedef std::vector<method_process_t *> method_process_list_t;
     56
    5657}
     58
    5759
    5860/////////////////////////////////////////////////
    5961// Data Types
    60 //
     62/////////////////////////////////////////////////
    6163namespace sc_dt {
    6264
    63   template <int W> class sc_bigint;
    64   template <int W> class sc_biguint;
    65   template <int W> class sc_int;
    66   template <int W> class sc_uint;
    67   template <int W> class sc_bv;
    68   template <int W> class sc_lv;
    69   class sc_unsigned;
    70   class sc_signed;
    71   class sc_bit;
    72   class sc_logic;
     65template <int W> class sc_bigint;
     66template <int W> class sc_biguint;
     67template <int W> class sc_int;
     68template <int W> class sc_uint;
     69template <int W> class sc_bv;
     70template <int W> class sc_lv;
     71class sc_unsigned;
     72class sc_signed;
     73class sc_bit;
     74class sc_logic;
     75
    7376}
    7477
    7578#endif
    7679
     80/*
     81# Local Variables:
     82# tab-width: 4;
     83# c-basic-offset: 4;
     84# c-file-offsets:((innamespace . 0)(inline-open . 0));
     85# indent-tabs-mode: nil;
     86# End:
     87#
     88# vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=4:softtabstop=4
     89*/
     90
Note: See TracChangeset for help on using the changeset viewer.