istring.h File Reference
Description
String type.
Code Example
istring.h
//*****************************************************************************
// Copyright 1986, 2016 NVIDIA Corporation. All rights reserved.
//*****************************************************************************
//*****************************************************************************
#ifndef MI_NEURAYLIB_ISTRING_H
#define MI_NEURAYLIB_ISTRING_H
#include <mi/neuraylib/idata.h>
namespace mi {
class IString :
public base::Interface_declare<0xe556a043,0xf99c,0x4804,0xa7,0xfd,0xa7,0x89,0x6a,0x07,0x9e,0x7a,
IData_simple>
{
public:
virtual const char* get_c_str() const = 0;
virtual void set_c_str( const char* str) = 0;
};
// end group mi_neuray_simple_types
} // namespace mi
#endif // MI_NEURAYLIB_ISTRING_H
Namespaces
- namespace
- Common namespace for APIs of NVIDIA Advanced Rendering Center GmbH. More...
Classes
- class
- A simple string class. More...