Simbody
Classes | Namespaces

StableArray.h File Reference

#include "SimTKcommon/internal/common.h"
#include "SimTKcommon/internal/Array.h"
#include <cstddef>
#include <cassert>

Go to the source code of this file.

Classes

class  SimTK::StableArray< T >
 StableArray<T> is like std::vector<T> (or SimTK::Array_<T>) but more stable in two ways:

  • the addresses of the inserted items never change, even if the array has to be resized, and
  • the index of an inserted item never changes either.
More...

Namespaces

namespace  SimTK
 

This is the top-level SimTK namespace into which all SimTK names are placed to avoid collision with other symbols.


 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines