Represents a score.
More...
#include <highscore.h>
|
| Score (uint16_t score, char *name, uint8_t name_length) |
|
void | operator= (const Score &score) |
|
|
uint16_t | score |
|
uint8_t | name_length |
|
char * | name |
|
Represents a score.
- Parameters
-
score | This is the score, 16 bits wide. |
name_length | This is the lenght of the name. |
name | This is the name of the person who scored score points. |
§ operator=()
void Highscore::Score::operator= |
( |
const Score & |
score | ) |
|
Setting a score equal to another score copies the name contents byte for byte.
- Parameters
-
The documentation for this struct was generated from the following file: