#include "SimTKcommon/internal/common.h"
#include <cstdio>
#include <string>
#include <limits>
#include <complex>
#include <sstream>
Go to the source code of this file.
Classes | |
class | String |
SimTK::String is a plug-compatible std::string replacement (plus some additional functionality) intended to be suitable for passing through the SimTK API without introducing binary compatibility problems the way std::string does, especially on Windows. More... | |
Namespaces | |
namespace | SimTK |
This is the top-level SimTK namespace into which all SimTK names are placed to avoid collision with other symbols. |