All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.alibaba.fastffi.stdcxx.StdVectorLite_cxx_0x2128e224Factory Maven / Gradle / Ivy

The newest version!
package com.alibaba.fastffi.stdcxx;

import com.alibaba.fastffi.clang.ASTUnit;

public class StdVectorLite_cxx_0x2128e224Factory implements StdVectorLite.Factory> {
  public static final StdVectorLite.Factory> INSTANCE;

  static {
    INSTANCE = new StdVectorLite_cxx_0x2128e224Factory();
  }

  public StdVectorLite_cxx_0x2128e224Factory() {
  }

  public StdVectorLite> create() {
    return new StdVectorLite_cxx_0x2128e224(StdVectorLite_cxx_0x2128e224.nativeCreateFactory0());
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy