CPPMyth
Library to interoperate with MythTV server
Loading...
Searching...
No Matches
sajson::double_storage Union Reference

Public Types

enum  { word_length = sizeof(double) / sizeof(size_t) }

Static Public Member Functions

static double load (const size_t *location)
static void store (size_t *location, double value)

Data Fields

double d
size_t u [word_length]

Detailed Description

Definition at line 250 of file sajson.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum

Definition at line 251 of file sajson.h.

Member Function Documentation

◆ load()

double sajson::double_storage::load ( const size_t * location)
inlinestatic

Definition at line 263 of file sajson.h.

◆ store()

void sajson::double_storage::store ( size_t * location,
double value )
inlinestatic

Definition at line 271 of file sajson.h.

Field Documentation

◆ d

double sajson::double_storage::d

Definition at line 280 of file sajson.h.

◆ u

size_t sajson::double_storage::u[word_length]

Definition at line 281 of file sajson.h.


The documentation for this union was generated from the following file:
  • /home/jlb/src/janbar/PVR/cppmythlib/cppmyth/src/private/sajson.h