public inline nothrow ForwardListNodeIterator<T, T&, T*> |
Begin() |
public inline nothrow ForwardListNodeIterator<T, const T&, const T*> |
Begin() const |
public inline nothrow ForwardListNodeIterator<T, const T&, const T*> |
CBegin() const |
public inline nothrow ForwardListNodeIterator<T, const T&, const T*> |
CEnd() const |
public nothrow void |
Clear() |
private void |
CopyFrom(const ForwardList& that) |
public nothrow long |
Count() const |
public inline nothrow ForwardListNodeIterator<T, T&, T*> |
End() |
public inline nothrow ForwardListNodeIterator<T, const T&, const T*> |
End() const |
public inline const T& |
Front() const |
public ForwardListNodeIterator<T, T&, T*> |
InsertAfter(ForwardListNodeIterator<T, T&, T*> pos, const T& value) |
public inline ForwardListNodeIterator<T, T&, T*> |
InsertFront(const T& value) |
public inline nothrow bool |
IsEmpty() const |
public void |
Remove(const T& value) |
public void |
RemoveAfter(ForwardListNodeIterator<T, T&, T*> pos) |
public void |
RemoveFront() |
public nothrow void |
operator=(ForwardList&& that) |
public void |
operator=(const ForwardList& that) |