![]() |
DDNet documentation
|
Public Member Functions | |
| CGhostPath () | |
| ~CGhostPath () | |
| CGhostPath (const CGhostPath &Other)=delete | |
| CGhostPath & | operator= (const CGhostPath &Other)=delete |
| CGhostPath (CGhostPath &&Other) noexcept | |
| CGhostPath & | operator= (CGhostPath &&Other) noexcept |
| void | Reset (int ChunkSize=25 *60) |
| void | SetSize (int Items) |
| int | Size () const |
| void | Add (const CGhostCharacter &Char) |
| CGhostCharacter * | Get (int Index) |
Private Attributes | |
| int | m_ChunkSize |
| int | m_NumItems |
| std::vector< CGhostCharacter * > | m_vpChunks |
|
inline |
|
inline |
|
delete |
|
noexcept |
| void CGhost::CGhostPath::Add | ( | const CGhostCharacter & | Char | ) |
| CGhostCharacter * CGhost::CGhostPath::Get | ( | int | Index | ) |
|
noexcept |
|
delete |
| void CGhost::CGhostPath::Reset | ( | int | ChunkSize = 25 * 60 | ) |
| void CGhost::CGhostPath::SetSize | ( | int | Items | ) |
|
inline |
|
private |
|
private |
|
private |