User Class Reference

#include <lib_net.h>

Public Types

using IsAllocType = std::true_type
 

Public Member Functions

C4DUuid GetUuid () const
 
String GetUsername () const
 
String GetDescription () const
 
Bool IsAdmin () const
 
String GetDefaultLanguage () const
 

Static Public Member Functions

static User * Alloc ()
 
static User * Alloc (const maxon::SourceLocation &)
 
static void Free (User *&p)
 

Member Typedef Documentation

◆ IsAllocType

using IsAllocType = std::true_type

Member Function Documentation

◆ GetUuid()

C4DUuid GetUuid ( ) const

◆ GetUsername()

String GetUsername ( ) const

◆ GetDescription()

String GetDescription ( ) const

◆ IsAdmin()

Bool IsAdmin ( ) const

◆ GetDefaultLanguage()

String GetDefaultLanguage ( ) const

◆ Alloc() [1/2]

static User* Alloc ( )
static

◆ Alloc() [2/2]

static User* Alloc ( const maxon::SourceLocation &  )
static

◆ Free()

static void Free ( User *&  p)
static