VRay SDK for C++
Loading...
Searching...
No Matches
VRay::Util::PluginLink Struct Reference

Describes a dependency between two plugin instances. More...

#include <vraysdk.hpp>

Public Member Functions

bool operator!= (const PluginLink &other) const noexcept
 
bool operator< (const PluginLink &other) const noexcept
 
bool operator<= (const PluginLink &other) const noexcept
 
bool operator== (const PluginLink &other) const noexcept
 

Public Attributes

Plugin fromPlugin
 This plugin uses the other plugin, 'toPlugin'.
 
std::string fromProperty
 The 'fromPlugin' property which uses 'toPlugin'.
 
PluginRef toPlugin
 This plugin is used by the 'fromPlugin'.
 

Detailed Description

Describes a dependency between two plugin instances.


The documentation for this struct was generated from the following file: