|
| enum class | PageType : uchar { Text = 0
, Photo = 1
, Count = 2
} |
|
|
MCAPI | PageContent (::PageContent &&) |
|
MCAPI | PageContent (::PageContent const &) |
|
MCAPI | PageContent (::std::string nText, ::std::optional<::std::string > nFilteredText) |
|
MCAPI::PageContent & | operator= (::PageContent &&) |
|
MCAPI::PageContent & | operator= (::PageContent const &) |
|
MCAPI void * | $ctor (::PageContent &&) |
|
MCAPI void * | $ctor (::PageContent const &) |
|
MCAPI void * | $ctor (::std::string nText, ::std::optional<::std::string > nFilteredText) |
|
MCAPI void | $dtor () |
|
|
static MCAPI ::PageContent | read (::CompoundTag const &tag) |
|
static MCAPI void | write (::PageContent const &page, ::CompoundTag &tag) |
|
static MCAPI ::PageContent const & | BLANK_PAGE () |
|
|
::ll::TypedStorage< 8, 32, ::std::string > | mText |
|
::ll::TypedStorage< 8, 40, ::std::optional<::std::string > > | mFilteredText |
|
::ll::TypedStorage< 8, 40, ::std::optional<::std::string > > | mParsedFilteredText |
|
::ll::TypedStorage< 8, 32, ::std::string > | mParsedText |
|
::ll::TypedStorage< 8, 32, ::std::string > | mPhotoName |
|
::ll::TypedStorage< 8, 40, ::std::optional<::std::string > > | mFilteredPhotoName |
The documentation for this struct was generated from the following file: