|
ToolMap
|
Public Types | |
| typedef T | value_type |
| typedef pod_array< T > | self_type |
Public Member Functions | |
| pod_array (unsigned size) | |
| pod_array (const self_type &v) | |
| void | resize (unsigned size) |
| const self_type & | operator= (const self_type &v) |
| unsigned | size () const |
| const T & | operator[] (unsigned i) const |
| T & | operator[] (unsigned i) |
| const T & | at (unsigned i) const |
| T & | at (unsigned i) |
| T | value_at (unsigned i) const |
| const T * | data () const |
| T * | data () |