public class VgLayerDescriptorConstRefPtr
extends java.lang.Object
Constructor and Description |
---|
VgLayerDescriptorConstRefPtr() |
VgLayerDescriptorConstRefPtr(VgLayerDescriptor pPointer) |
VgLayerDescriptorConstRefPtr(VgLayerDescriptorConstRefPtr pConstRefPtr) |
Modifier and Type | Method and Description |
---|---|
VgLayerDescriptor |
__deref__() |
VgLayerDescriptor |
__ref__() |
void |
delete() |
VgLayerDescriptor |
get() |
VgLayoutDescriptor |
getMLayoutDescriptor() |
java.lang.String |
getMName() |
int |
getNbReferences() |
static VgLayerDescriptorConstRefPtr |
getNull() |
boolean |
isValid() |
void |
ref() |
VgLayerDescriptorConstRefPtr |
set(VgLayerDescriptor pPointer) |
void |
unref() |
public VgLayerDescriptorConstRefPtr()
public VgLayerDescriptorConstRefPtr(VgLayerDescriptor pPointer)
public VgLayerDescriptorConstRefPtr(VgLayerDescriptorConstRefPtr pConstRefPtr)
public void delete()
public static VgLayerDescriptorConstRefPtr getNull()
public VgLayerDescriptorConstRefPtr set(VgLayerDescriptor pPointer)
public VgLayerDescriptor __ref__()
public VgLayerDescriptor __deref__()
public VgLayerDescriptor get()
public boolean isValid()
public java.lang.String getMName()
public VgLayoutDescriptor getMLayoutDescriptor()
public void ref()
public void unref()
public int getNbReferences()