Actions
  StrategyInfoType » History » Revision 2
      « Previous |
    Revision 2/8
      (diff)
      | Next »
    
    Junxiao Shi, 01/04/2015 06:42 PM 
    
    
StrategyInfo TypeId assignments¶
This page is a registry for type identifiers of StrategyInfo derived classes.
Each StrategyInfo derived class MUST declare the following method:
static constexpr int getTypeId();
The return value of those methods SHOULD be registered in the table below.
| ID or range | usage | 
|---|---|
| 0000~0009 | StrategyInfoHost unit testing | 
| 0010~0019 | StrategyChoice unit testing | 
| 1000~1009 | NccStrategy | 
| 1010~1019 | AccessStrategy | 
| 9000~9999 | reserved for private experiments | 
Updated by Junxiao Shi almost 11 years ago · 8 revisions