Photon Fusion
2.0.8
Represents a linked list of Fusion.Sockets.NetBitBuffer More...
Public Member Functions | |
| void | AddFirst (NetBitBuffer *item) |
| Add a Fusion.Sockets.NetBitBuffer at the beginning of the List More... | |
| void | AddLast (NetBitBuffer *item) |
| Add a Fusion.Sockets.NetBitBuffer at the end of the list. More... | |
| bool | IsInList (NetBitBuffer *item) |
| Check if a specific Fusion.Sockets.NetBitBuffer is in the list More... | |
| void | Remove (NetBitBuffer *item) |
| Remove a specific Fusion.Sockets.NetBitBuffer from the list More... | |
| NetBitBuffer * | RemoveHead () |
| Removes the first element of the list More... | |
Represents a linked list of Fusion.Sockets.NetBitBuffer
| void AddFirst | ( | NetBitBuffer * | item | ) |
Add a Fusion.Sockets.NetBitBuffer at the beginning of the List
| item | NetBitBuffer to add to the list |
| void AddLast | ( | NetBitBuffer * | item | ) |
Add a Fusion.Sockets.NetBitBuffer at the end of the list.
| item | NetBitBuffer to add to the list |
| bool IsInList | ( | NetBitBuffer * | item | ) |
Check if a specific Fusion.Sockets.NetBitBuffer is in the list
| item | NetBitBuffer to check |
| void Remove | ( | NetBitBuffer * | item | ) |
Remove a specific Fusion.Sockets.NetBitBuffer from the list
| item | NetBitBuffer to remove |
| NetBitBuffer* RemoveHead | ( | ) |
Removes the first element of the list