6/04/2008

root 规律总结

类型 规律 例子
  1. Classes begin with T TTree, TBrowser
  2. Non-class types end with _t Int_t
  3. Data members begin with f fTree
  4. Member functions begin with a capital Loop()
  5. Constants begin with k kInitialSize kRed
  6. Static variables begin with g gEnv
  7. Static data members begin with fg fgTokenClient

没有评论: