NVIDIA Iray API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
istring.h
Go to the documentation of this file.
1 //*****************************************************************************
2 // Copyright 1986, 2014 NVIDIA Corporation. All rights reserved.
3 //*****************************************************************************
6 //*****************************************************************************
7 
8 #ifndef MI_NEURAYLIB_ISTRING_H
9 #define MI_NEURAYLIB_ISTRING_H
10 
11 #include <mi/neuraylib/idata.h>
12 
13 namespace mi {
14 
19 class IString :
21  public base::Interface_declare<0xe556a043,0xf99c,0x4804,0xa7,0xfd,0xa7,0x89,0x6a,0x07,0x9e,0x7a,
22  IData_simple>
23 {
24 public:
28  virtual const char* get_c_str() const = 0;
29 
34  virtual void set_c_str( const char* str) = 0;
35 };
36  // end group mi_neuray_simple_types
38 
39 } // namespace mi
40 
41 #endif // MI_NEURAYLIB_ISTRING_H