OpenBarnyard
 
Loading...
Searching...
No Matches
PBPropertyLocaleString Struct Reference

#include <PBProperties.h>

Public Member Functions

constexpr PBPropertyLocaleString ()
 
constexpr PBPropertyLocaleString (TUINT a_uiIndex)
 
PBPropertyLocaleStringoperator= (TUINT a_uiIndex)
 

Public Attributes

TUINT uiIndex
 

Detailed Description

Definition at line 13 of file PBProperties.h.

Constructor & Destructor Documentation

◆ PBPropertyLocaleString() [1/2]

PBPropertyLocaleString::PBPropertyLocaleString ( )
inlineconstexpr

Definition at line 15 of file PBProperties.h.

16 : uiIndex( -1 )
17 {}

◆ PBPropertyLocaleString() [2/2]

PBPropertyLocaleString::PBPropertyLocaleString ( TUINT a_uiIndex)
inlineconstexpr

Definition at line 19 of file PBProperties.h.

20 : uiIndex( a_uiIndex )
21 {}

Member Function Documentation

◆ operator=()

PBPropertyLocaleString & PBPropertyLocaleString::operator= ( TUINT a_uiIndex)
inline

Definition at line 23 of file PBProperties.h.

24 {
25 uiIndex = a_uiIndex;
26 return *this;
27 }

Member Data Documentation

◆ uiIndex

TUINT PBPropertyLocaleString::uiIndex

Definition at line 29 of file PBProperties.h.


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