org.bridj.cpp.std
Class STL

java.lang.Object
  extended by org.bridj.StructIO.DefaultCustomizer
      extended by org.bridj.cpp.std.STL
All Implemented Interfaces:
StructIO.Customizer

public final class STL
extends StructIO.DefaultCustomizer

Util methods for STL bindings in BridJ, intended for internal use only.

Author:
ochafik

Constructor Summary
STL()
           
 
Method Summary
 void afterBuild(StructIO io)
          Perform platform-dependent structure bindings adjustments
 
Methods inherited from class org.bridj.StructIO.DefaultCustomizer
afterLayout, beforeAggregation, beforeLayout
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

STL

public STL()
Method Detail

afterBuild

public void afterBuild(StructIO io)
Perform platform-dependent structure bindings adjustments

Specified by:
afterBuild in interface StructIO.Customizer
Overrides:
afterBuild in class StructIO.DefaultCustomizer


Copyright © 2009-2012. All Rights Reserved.