LeviLamina
Loading...
Searching...
No Matches
Token Struct Reference

Public Types

enum class  Type : int { String = 0 , Number = 1 , Bool = 2 }
 

Public Member Functions

Tokenoperator= (Token const &)
 
 Token (Token const &)
 
MCAPI Token (::std::string const &str)
 
MCAPI bool _parseRandom ()
 
MCAPI ~Token ()
 
MCAPI void * $ctor (::std::string const &str)
 
MCAPI void $dtor ()
 

Static Public Member Functions

static MCAPI ::std::vector<::Tokentokenize (::std::string const &str)
 

Public Attributes

::ll::UntypedStorage< 8, 32 > mUnk158c9a
 
union { 
 
   ::ll::UntypedStorage< 4, 4 >   mUnk773835 
 
   ::ll::UntypedStorage< 1, 1 >   mUnkdd232c 
 
};  
 
::ll::UntypedStorage< 4, 4 > mUnk325bca
 
::ll::UntypedStorage< 1, 1 > mUnk7bb1f0
 

Constructor & Destructor Documentation

◆ Token()

MCAPI Token::Token ( ::std::string const & str)
explicit
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ ~Token()

MCAPI Token::~Token ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

Member Function Documentation

◆ _parseRandom()

MCAPI bool Token::_parseRandom ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ tokenize()

static MCAPI ::std::vector<::Token > Token::tokenize ( ::std::string const & str)
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $ctor()

MCAPI void * Token::$ctor ( ::std::string const & str)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $dtor()

MCAPI void Token::$dtor ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

The documentation for this struct was generated from the following file: