קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
סריאליזציה של CProtobufSeries
#include <tuningfork.h>
סדרה של בייטים שמייצגים מאגר נתונים זמני של פרוטוקול בסדר טורי.
סיכום
ראו גם:CProtobufSeries_Free כדי ללמוד איך להקצות את הזיכרון אחרי שמסיימים עם מאגר הנתונים הזמני.
מאפיינים ציבוריים
|
bytes
|
uint8_t *
|
dealloc)(struct CProtobufSerialization *)
|
void(*
גודל המערך.
|
size
|
uint32_t
מערך של בייטים.
|
מאפיינים ציבוריים
בייטים
uint8_t * CProtobufSerialization::bytes
מבצע
void(* CProtobufSerialization::dealloc)(struct CProtobufSerialization *)
גודל המערך.
קריאה חוזרת (callback) של מיקום המבצע (יכול להיות NULL אם אין בבעלותך).
מידה
uint32_t CProtobufSerialization::size
דוגמאות התוכן והקוד שבדף הזה כפופות לרישיונות המפורטים בקטע רישיון לתוכן. Java ו-OpenJDK הם סימנים מסחריים או סימנים מסחריים רשומים של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-26 (שעון UTC)."],[],[],null,["# CProtobufSerialization Struct Reference\n\nCProtobufSerialization\n======================\n\n`#include \u003ctuningfork.h\u003e`\n\nA series of bytes representing a serialized protocol buffer.\n\nSummary\n-------\n\n**See also:** [CProtobufSerialization_Free](/games/sdk/reference/performance-tuner/custom-engine/group/tuningfork#group__tuningfork_1ga85c8f507c9d70f4a12b7fe34a9a594f0) for how to deallocate the memory once finished with the buffer.\n\n| ### Public attributes ||\n|--------------------------------------------------------------------------------------------------------------------|----------------------------|\n| [bytes](#struct_c_protobuf_serialization_1ae305c154fc1f8088534d76943b9b8cab) | `uint8_t *` |\n| [dealloc](#struct_c_protobuf_serialization_1ae3f7e920e91f3dd740e07b5632c66040)`)(struct CProtobufSerialization *)` | `void(*` Size of array. |\n| [size](#struct_c_protobuf_serialization_1a526040b7f458d820f12806c43cde7d33) | `uint32_t` Array of bytes. |\n\nPublic attributes\n-----------------\n\n### bytes\n\n```scdoc\nuint8_t * CProtobufSerialization::bytes\n``` \n\n### dealloc\n\n```scdoc\nvoid(* CProtobufSerialization::dealloc)(struct CProtobufSerialization *)\n``` \nSize of array.\n\nDeallocation callback (may be NULL if not owned). \n\n### size\n\n```scdoc\nuint32_t CProtobufSerialization::size\n``` \nArray of bytes."]]