Package h
Class ST_GVC_s
- java.lang.Object
-
- All Implemented Interfaces:
__c__fields
,__ptr__
,__struct__
,AllH
,Area
,InternalData
,StarStruct
,HardcodedStruct
public class ST_GVC_s extends UnsupportedStructAndPtr implements HardcodedStruct
-
-
Field Summary
Fields Modifier and Type Field Description ST_GVCOMMON_t
common
int
config_found
ST_gvplugin_active_layout_t
layout
-
Fields inherited from class smetana.core.UnsupportedStarStruct
UID
-
-
Constructor Summary
Constructors Constructor Description ST_GVC_s()
ST_GVC_s(StarStruct parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setInt(java.lang.String fieldName, int data)
-
Methods inherited from class smetana.core.UnsupportedStructAndPtr
___, ____, amp, copy, getInternalData
-
Methods inherited from class smetana.core.UnsupportedStarStruct
addVirtualBytes, castTo, comparePointer, copyDataFrom, copyDataFrom, getArea, getDebug, getDouble, getInt, getPtr, getRealClass, getStruct, getUID36, isSameThan, memcopyFrom, minus, plus, setDouble, setDouble, setInt, setPtr, setPtr, setStruct, setStruct, unsupported
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface smetana.core.__ptr__
comparePointer, getDouble, getInt, getPtr, minus, setDouble, setInt, setPtr, unsupported
-
Methods inherited from interface smetana.core.HardcodedStruct
copyDataFrom
-
-
-
-
Field Detail
-
common
public final ST_GVCOMMON_t common
-
config_found
public int config_found
-
layout
public final ST_gvplugin_active_layout_t layout
-
-
Constructor Detail
-
ST_GVC_s
public ST_GVC_s()
-
ST_GVC_s
public ST_GVC_s(StarStruct parent)
-
-
Method Detail
-
setInt
public void setInt(java.lang.String fieldName, int data)
- Specified by:
setInt
in interface__c__fields
- Specified by:
setInt
in interfaceStarStruct
- Overrides:
setInt
in classUnsupportedStarStruct
-
-