تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
gpg::ScorePage::Entry
#include <score_page.h>
يشير ذلك المصطلح إلى فئة تُنشئ إدخالاً في صفحة النتائج.
ملخّص
الشركات المصنّعة والمُصنّعة
|
Entry()
|
Entry(std::shared_ptr< const EntryImpl > impl)
الدالة الإنشائية الواضحة.
|
Entry(const Entry & copy_from)
نسخ الدالة الإنشائية لنسخ إدخال حالي إلى إدخال جديد
|
Entry(Entry && move_from)
دالة إنشاء لنقل إدخال حالي إلى إدخال جديد
|
~Entry()
|
وظائف عامة
|
LastModified() const
|
تمت إزالة هذا العمود.
أفضّل LastLastTime. |
LastModifiedTime() const
|
يعرض الوقت الذي تم فيه آخر تعديل على الإدخال (يتم التعبير عنه بالمللي ثانية منذ حقبة يونكس).
|
PlayerId() const
|
const std::string &
تعرض هذه السمة رقم تعريف اللاعب.
|
Score() const
|
يعرض نتيجة اللاعب.
|
Valid() const
|
bool
تعرض القيمة "صحيح" عندما يكون الإدخال المعروض مملوءًا بالبيانات وتكون مصحوبة بحالة استجابة ناجحة. القيمة "خطأ" لإدخال لم تتم تعبئته بواسطة مستخدم أو لإدخال تمت تعبئته مصحوبًا بحالة استجابة غير ناجحة.
|
operator=(const Entry & copy_from)
|
عامل تشغيل تعيين قيمة هذا الإدخال من إدخال آخر.
|
operator=(Entry && move_from)
|
عامل تشغيل تعيين قيمة هذا الإدخال من إدخال آخر.
|
وظائف عامة
إدخال
Entry()
إدخال
Entry(
std::shared_ptr< const EntryImpl > impl
)
الدالة الإنشائية الواضحة.
إدخال
Entry(
const Entry & copy_from
)
نسخ الدالة الإنشائية لنسخ إدخال حالي إلى إدخال جديد
إدخال
Entry(
Entry && move_from
)
دالة إنشاء لنقل إدخال حالي إلى إدخال جديد
إصدار r-value-reference.
LastModified
Timestamp LastModified() const
LastModifiedTime
Timestamp LastModifiedTime() const
يعرض الوقت الذي تم فيه آخر تعديل على الإدخال (يتم التعبير عنه بالمللي ثانية منذ حقبة يونكس).
PlayerId
const std::string & PlayerId() const
تعرض هذه السمة رقم تعريف اللاعب.
النتيجة
const gpg::Score & Score() const
صحيح
bool Valid() const
تعرض القيمة "صحيح" عندما يكون الإدخال المعروض مملوءًا بالبيانات وتكون مصحوبة بحالة استجابة ناجحة. القيمة "خطأ" لإدخال لم تتم تعبئته بواسطة مستخدم أو لإدخال تمت تعبئته مصحوبًا بحالة استجابة غير ناجحة.
يجب أن يكون صحيحًا أن تكون دوال getter في هذا الإدخال (PlayerId وScore وما إلى ذلك) قابلة للاستخدام.
operator=
Entry & operator=(
const Entry & copy_from
)
عامل تشغيل تعيين قيمة هذا الإدخال من إدخال آخر.
operator=
Entry & operator=(
Entry && move_from
)
عامل تشغيل تعيين قيمة هذا الإدخال من إدخال آخر.
إصدار r-value-reference.
يخضع كل من المحتوى وعيّنات التعليمات البرمجية في هذه الصفحة للتراخيص الموضحّة في ترخيص استخدام المحتوى. إنّ Java وOpenJDK هما علامتان تجاريتان مسجَّلتان لشركة Oracle و/أو الشركات التابعة لها.
تاريخ التعديل الأخير: 2025-08-22 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-08-22 (حسب التوقيت العالمي المتفَّق عليه)"],[],[],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```"]]