Changeset 65


Ignore:
Timestamp:
Jan 2, 2011, 8:39:04 PM (14 years ago)
Author:
Apollo Demetrious Sharpe
Message:

Added name data to stage; added support to set the previous & next stage pointers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified pipeline/include/stage.h

    r61 r65  
    2626    Stage *GetNext(void);
    2727    Stage *GetPrev(void);
     28    void SetNext(Stage *pcStage);
     29    void SetPrev(Stage *pcStage);
    2830    void AddTo(Stage *pcStage);
    2931
     
    3133
    3234private:
     35    char *zName;
     36
    3337    /* Pointer to work function */
    3438    StageFn Func;
Note: See TracChangeset for help on using the changeset viewer.