|
Panda3D
|
Public Member Functions | |
| CacheKey (CacheKey &&from) noexcept | |
| CacheKey (const CacheKey ©) | |
| CacheKey (const GeomVertexData *source_data, const GeomMunger *modifier) | |
| bool | operator< (const CacheKey &other) const |
| Provides a unique ordering within the map. | |
Public Attributes | |
| ConstPointerTo< GeomMunger > | _modifier |
| ConstPointerTo< GeomVertexData > | _source_data |
|
inline |
|
inline |
| ConstPointerTo< GeomMunger > Geom::CacheKey::_modifier |
| ConstPointerTo< GeomVertexData > Geom::CacheKey::_source_data |