Package | Description |
---|---|
org.bridj.cpp.std |
Bindings for some C++ STL class templates.
|
Modifier and Type | Method and Description |
---|---|
Pointer<list.list_node<T>> |
list.next()
Deprecated.
|
Pointer<list.list_node<T>> |
list.list_node.next()
Deprecated.
|
Pointer<list.list_node<T>> |
list.prev()
Deprecated.
|
Pointer<list.list_node<T>> |
list.list_node.prev()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
list.next(Pointer<list.list_node<T>> value)
Deprecated.
|
void |
list.list_node.next(Pointer<list.list_node<T>> value)
Deprecated.
|
void |
list.prev(Pointer<list.list_node<T>> value)
Deprecated.
|
void |
list.list_node.prev(Pointer<list.list_node<T>> value) |
Constructor and Description |
---|
list_node(Pointer<? extends list.list_node> peer,
Type t) |
Copyright © 2009-2020. All Rights Reserved.