|
3ds Max C++ API Reference
|
#include "noncopyable.h"Classes | |
| class | VariableGuard< T > |
| Resets a variable when the object goes out of scope. More... | |
Namespaces | |
| namespace | MaxSDK |
| An RAII class for automatically closing handle returned from FindFirstFile Example usages: MaxSDK::AutoFindClose findhandle( FindFirstFile(path.data(), &file) );. | |