Stay organized with collections
Save and categorize content based on your preferences.
gpg::ScorePage::Entry
#include <score_page.h>
A class that creates an entry on a score page.
Summary
Constructors and Destructors
|
Entry()
|
Entry(std::shared_ptr< const EntryImpl > impl)
Explicit constructor.
|
Entry(const Entry & copy_from)
Copy constructor for copying an existing entry into a new one.
|
Entry(Entry && move_from)
Constructor for moving an existing entry into a new one.
|
~Entry()
|
Public functions
|
LastModified() const
|
Deprecated.
Prefer LastModifiedTime. |
LastModifiedTime() const
|
Returns time at which the entry was last modified (expressed as milliseconds since the Unix epoch).
|
PlayerId() const
|
const std::string &
Returns player ID.
|
Score() const
|
Returns player score.
|
Valid() const
|
bool
Returns true when the returned entry is populated with data and is accompanied by a successful response status; false for an unpopulated user-created entry or for a populated one accompanied by an unsuccessful response status.
|
operator=(const Entry & copy_from)
|
Assignment operator for assigning this entry's value from another entry.
|
operator=(Entry && move_from)
|
Assignment operator for assigning this entry's value from another entry.
|
Public functions
Entry
Entry(
std::shared_ptr< const EntryImpl > impl
)
Entry
Entry(
const Entry & copy_from
)
Copy constructor for copying an existing entry into a new one.
Entry
Entry(
Entry && move_from
)
Constructor for moving an existing entry into a new one.
r-value-reference version.
LastModified
Timestamp LastModified() const
LastModifiedTime
Timestamp LastModifiedTime() const
Returns time at which the entry was last modified (expressed as milliseconds since the Unix epoch).
PlayerId
const std::string & PlayerId() const
Score
const gpg::Score & Score() const
Valid
bool Valid() const
Returns true when the returned entry is populated with data and is accompanied by a successful response status; false for an unpopulated user-created entry or for a populated one accompanied by an unsuccessful response status.
It must be true for the getter functions on this entry (PlayerId, Score, etc.) to be usable.
operator=
Entry & operator=(
const Entry & copy_from
)
Assignment operator for assigning this entry's value from another entry.
operator=
Entry & operator=(
Entry && move_from
)
Assignment operator for assigning this entry's value from another entry.
r-value-reference version.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2024-10-28 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-28 UTC."],[],[],null,["# gpg::ScorePage::Entry Class Reference\n\ngpg::ScorePage::Entry\n=====================\n\n`#include \u003cscore_page.h\u003e`\n\nA class that creates an entry on a score page.\n\nSummary\n-------\n\n| ### Constructors and Destructors ||\n|---|---|\n| [Entry](#classgpg_1_1_score_page_1_1_entry_1a819da6506beadf0cbf8c3ad98017a8c6)`()` ||\n| [Entry](#classgpg_1_1_score_page_1_1_entry_1a0459dbe666b3234a464dec9f65a47adc)`(std::shared_ptr\u003c const EntryImpl \u003e impl)` Explicit constructor. ||\n| [Entry](#classgpg_1_1_score_page_1_1_entry_1a6ac998737573b3ea58130df7daf58d04)`(const `[Entry](/games/services/cpp/api/class/gpg/score-page/entry#classgpg_1_1_score_page_1_1_entry)` & copy_from)` Copy constructor for copying an existing entry into a new one. ||\n| [Entry](#classgpg_1_1_score_page_1_1_entry_1a97f71047dfe8c6fb14ac1bf067de9828)`(`[Entry](/games/services/cpp/api/class/gpg/score-page/entry#classgpg_1_1_score_page_1_1_entry)` && move_from)` Constructor for moving an existing entry into a new one. ||\n| [~Entry](#classgpg_1_1_score_page_1_1_entry_1a45717132994736f8142b3486ddd93774)`()` ||\n\n| ### Public functions ||\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [LastModified](#classgpg_1_1_score_page_1_1_entry_1a6be6eda3076e935355791d931adfb90b)`() const ` | [Timestamp](/games/services/cpp/api/namespace/gpg#namespacegpg_1a5668d538180e09da17413d5e1c275544) **[Deprecated.](/games/services/cpp/api/deprecated/deprecated)**Prefer LastModifiedTime. |\n| [LastModifiedTime](#classgpg_1_1_score_page_1_1_entry_1a7b1bec91e44f25a31568090abf041823)`() const ` | [Timestamp](/games/services/cpp/api/namespace/gpg#namespacegpg_1a5668d538180e09da17413d5e1c275544) Returns time at which the entry was last modified (expressed as milliseconds since the Unix epoch). |\n| [PlayerId](#classgpg_1_1_score_page_1_1_entry_1aa076d3fb7cceb4dc04a1ce765bec49a5)`() const ` | `const std::string &` Returns player ID. |\n| [Score](#classgpg_1_1_score_page_1_1_entry_1a64d90f26f5ba0a3e0ed57f97b3141a1c)`() const ` | `const `[gpg::Score](/games/services/cpp/api/class/gpg/score#classgpg_1_1_score)` &` Returns player score. |\n| [Valid](#classgpg_1_1_score_page_1_1_entry_1a8ed52640c602772e5fb440e73ebdd418)`() const ` | `bool` Returns true when the returned entry is populated with data and is accompanied by a successful response status; false for an unpopulated user-created entry or for a populated one accompanied by an unsuccessful response status. |\n| [operator=](#classgpg_1_1_score_page_1_1_entry_1a7804f339b8cfe02c180a3c841e7ce202)`(const `[Entry](/games/services/cpp/api/class/gpg/score-page/entry#classgpg_1_1_score_page_1_1_entry)` & copy_from)` | [Entry](/games/services/cpp/api/class/gpg/score-page/entry#classgpg_1_1_score_page_1_1_entry)` &` Assignment operator for assigning this entry's value from another entry. |\n| [operator=](#classgpg_1_1_score_page_1_1_entry_1a660b519d1dcd64a9f92d415e21ad2982)`(`[Entry](/games/services/cpp/api/class/gpg/score-page/entry#classgpg_1_1_score_page_1_1_entry)` && move_from)` | [Entry](/games/services/cpp/api/class/gpg/score-page/entry#classgpg_1_1_score_page_1_1_entry)` &` Assignment operator for assigning this entry's value from another entry. |\n\nPublic functions\n----------------\n\n### Entry\n\n```c++\n Entry()\n``` \n\n### Entry\n\n```c++\n Entry(\n std::shared_ptr\u003c const EntryImpl \u003e impl\n)\n``` \nExplicit constructor. \n\n### Entry\n\n```c++\n Entry(\n const Entry & copy_from\n)\n``` \nCopy constructor for copying an existing entry into a new one. \n\n### Entry\n\n```c++\n Entry(\n Entry && move_from\n)\n``` \nConstructor for moving an existing entry into a new one.\n\nr-value-reference version. \n\n### LastModified\n\n```c++\nTimestamp LastModified() const \n``` \n**[Deprecated.](/games/services/cpp/api/deprecated/deprecated)**Prefer LastModifiedTime. \n\n### LastModifiedTime\n\n```c++\nTimestamp LastModifiedTime() const \n``` \nReturns time at which the entry was last modified (expressed as milliseconds since the Unix epoch). \n\n### PlayerId\n\n```c++\nconst std::string & PlayerId() const \n``` \nReturns player ID. \n\n### Score\n\n```c++\nconst gpg::Score & Score() const \n``` \nReturns player score. \n\n### Valid\n\n```c++\nbool Valid() const \n``` \nReturns true when the returned entry is populated with data and is accompanied by a successful response status; false for an unpopulated user-created entry or for a populated one accompanied by an unsuccessful response status.\n\nIt must be true for the getter functions on this entry (PlayerId, [Score](/games/services/cpp/api/class/gpg/score#classgpg_1_1_score), etc.) to be usable. \n\n### operator=\n\n```c++\nEntry & operator=(\n const Entry & copy_from\n)\n``` \nAssignment operator for assigning this entry's value from another entry. \n\n### operator=\n\n```c++\nEntry & operator=(\n Entry && move_from\n)\n``` \nAssignment operator for assigning this entry's value from another entry.\n\nr-value-reference version. \n\n### \\~Entry\n\n```c++\n ~Entry()\n```"]]