10#ifndef __RTTypedValue_h__
11#define __RTTypedValue_h__ included
47#include <RTTypedValue.inl>
60extern RTTypedValue new_RTTypedValue(
const void *
const & );
61extern RTTypedValue new_RTTypedValue(
const char *
const & );
Provides a common interface to certain data type implementations (e.g.
Definition: RTDataObject.h:33
A type descriptor providing information about a type.
Definition: RTObject_class.h:64
Encapsulates a data object and its type descriptor.
Definition: RTTypedValue.h:29
const RTObject_class * type
Type descriptor for the data object.
Definition: RTTypedValue.h:34
const void * data
Data object.
Definition: RTTypedValue.h:31