- Class SgArray< T, SIZE >
- Use boost::array instead
- Class SgCmdLineOpt
- Use boost::program_options instead
- Member SgHash< N >::Code1 () const
- Don't use this function; it exposes implementation details.
- Member SgHash< N >::Code2 () const
- Don't use this function; it exposes implementation details.
- Member SgHashUtil::GetZobrist (int index)
- Use your own zobrist table to avoid bugs due to overlapping usage of indices
- Member SgHashUtil::XorZobrist (SgHash< N > &hash, int index)
- Use your own zobrist table to avoid bugs due to overlapping usage of indices
- Member SgVector< T >::PopFront ()
- Don't use this function; it is slow. Only exists for SgList compatibility.
- Member SgVector< T >::PushFront (const T &elt)
- Don't use this function; it is slow. Only exists for SgList compatibility.