mjplusplus  v0.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Typedefs
globals.hpp File Reference
#include <memory>
#include <vector>

Go to the source code of this file.

Typedefs

template<class T >
using shptr = std::shared_ptr< T >
 
template<class T >
using vec = std::vector< T >
 
typedef std::pair< unsigned
int, unsigned int > 
source_position_t
 

Typedef Documentation

template<class T >
using shptr = std::shared_ptr<T>
typedef std::pair<unsigned int, unsigned int> source_position_t
template<class T >
using vec = std::vector<T>