API Reference > Classes > OdAny Class
OdAny Class
OdAny
Syntax
C++
class OdAny;

daiAny.h

A universal class that implements storing and handling values of different types.

Destroys OdAny object and frees the allocated memory. 
This is the overview for the OdAny constructor overload. 
An empty OdAny value. 
Retrieves the OdAny object type path.  
kind 
This is the overview for the kind method overload. 
Resets the contents of the OdAny object. 
Sets the new type path for the OdAny object.  
size 
Retrieves the size of the OdAny object's value.  
type 
Retrieves the code of the OdAny object's data type.  
Retrieves the value of the OdAny object.  
!= 
Inequality operator for the OdAny objects. It compares the OdAny object with another OdAny object and determines whether these objects are unequal.  
<< 
This is the overview for the << operator overload. 
= 
Assignment operator for the OdAny class objects.  
== 
Equality operator for the OdAny objects. It compares the OdAny object with another OdAny object and determines whether these objects are equal.  
>> 
This is the overview for the >> operator overload. 
Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.