rvm  1.11
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
estring_value::value_type Union Reference

#include <estring.h>

Collaboration diagram for estring_value::value_type:
Collaboration graph

Public Attributes

unsigned int ui
 
int i
 
unsigned short us
 
short s
 
unsigned long ul
 
long l
 
unsigned long long ull
 
long long ll
 
char const * char_ptr
 
void * void_ptr
 
float f
 
double d
 

Detailed Description

Definition at line 21 of file estring.h.

Member Data Documentation

char const* estring_value::value_type::char_ptr

Definition at line 30 of file estring.h.

Referenced by estring::assign().

double estring_value::value_type::d

Definition at line 33 of file estring.h.

Referenced by estring::assign(), estring::base(), and estring::precision().

float estring_value::value_type::f

Definition at line 32 of file estring.h.

Referenced by estring::assign(), estring::base(), and estring::precision().

int estring_value::value_type::i

Definition at line 23 of file estring.h.

Referenced by estring::assign(), and estring::base().

long estring_value::value_type::l

Definition at line 27 of file estring.h.

Referenced by estring::assign(), and estring::base().

long long estring_value::value_type::ll

Definition at line 29 of file estring.h.

Referenced by estring::assign(), and estring::base().

short estring_value::value_type::s

Definition at line 25 of file estring.h.

Referenced by estring::assign(), and estring::base().

unsigned int estring_value::value_type::ui

Definition at line 22 of file estring.h.

Referenced by estring::assign(), and estring::base().

unsigned long estring_value::value_type::ul

Definition at line 26 of file estring.h.

Referenced by estring::assign(), and estring::base().

unsigned long long estring_value::value_type::ull

Definition at line 28 of file estring.h.

Referenced by estring::assign(), and estring::base().

unsigned short estring_value::value_type::us

Definition at line 24 of file estring.h.

Referenced by estring::assign(), and estring::base().

void* estring_value::value_type::void_ptr

Definition at line 31 of file estring.h.

Referenced by estring::assign().


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