public class QuoteHandleVectorVector extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Modifier | Constructor and Description |
|---|---|
|
QuoteHandleVectorVector() |
|
QuoteHandleVectorVector(long n) |
protected |
QuoteHandleVectorVector(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(QuoteHandleVector x) |
long |
capacity() |
void |
clear() |
void |
delete() |
protected void |
finalize() |
QuoteHandleVector |
get(int i) |
protected static long |
getCPtr(QuoteHandleVectorVector obj) |
boolean |
isEmpty() |
void |
reserve(long n) |
void |
set(int i,
QuoteHandleVector val) |
long |
size() |
protected QuoteHandleVectorVector(long cPtr,
boolean cMemoryOwn)
public QuoteHandleVectorVector()
public QuoteHandleVectorVector(long n)
protected static long getCPtr(QuoteHandleVectorVector obj)
public void delete()
public long size()
public long capacity()
public void reserve(long n)
public boolean isEmpty()
public void clear()
public void add(QuoteHandleVector x)
public QuoteHandleVector get(int i)
public void set(int i,
QuoteHandleVector val)
Copyright © 2017. All rights reserved.