webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Static Public Member Functions | Public Attributes | List of all members
rtc::FlagValue Union Reference

#include <flags.h>

Static Public Member Functions

static FlagValue New_BOOL (int b)
 
static FlagValue New_INT (int i)
 
static FlagValue New_FLOAT (float f)
 
static FlagValue New_STRING (const char *s)
 
static FlagValue New_BOOL (int b)
 
static FlagValue New_INT (int i)
 
static FlagValue New_FLOAT (float f)
 
static FlagValue New_STRING (const char *s)
 

Public Attributes

bool b
 
int i
 
double f
 
const char * s
 

Member Function Documentation

◆ New_BOOL() [1/2]

static FlagValue rtc::FlagValue::New_BOOL ( int  b)
inlinestatic

◆ New_BOOL() [2/2]

static FlagValue rtc::FlagValue::New_BOOL ( int  b)
inlinestatic

◆ New_FLOAT() [1/2]

static FlagValue rtc::FlagValue::New_FLOAT ( float  f)
inlinestatic

◆ New_FLOAT() [2/2]

static FlagValue rtc::FlagValue::New_FLOAT ( float  f)
inlinestatic

◆ New_INT() [1/2]

static FlagValue rtc::FlagValue::New_INT ( int  i)
inlinestatic

◆ New_INT() [2/2]

static FlagValue rtc::FlagValue::New_INT ( int  i)
inlinestatic

◆ New_STRING() [1/2]

static FlagValue rtc::FlagValue::New_STRING ( const char *  s)
inlinestatic

◆ New_STRING() [2/2]

static FlagValue rtc::FlagValue::New_STRING ( const char *  s)
inlinestatic

Member Data Documentation

◆ b

bool rtc::FlagValue::b

◆ f

double rtc::FlagValue::f

◆ i

int rtc::FlagValue::i

◆ s

const char * rtc::FlagValue::s

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