ChimeraTK-DeviceAccess
03.18.00
|
#include "Exception.h"
#include "SupportedUserTypes.h"
#include <type_traits>
#include <boost/fusion/algorithm.hpp>
#include <boost/fusion/container.hpp>
#include <boost/fusion/sequence.hpp>
#include <boost/numeric/conversion/cast.hpp>
#include <cassert>
#include <cmath>
#include <cstdint>
#include <iostream>
#include <limits>
#include <sstream>
#include <stdexcept>
#include <string>
Go to the source code of this file.
Classes | |
class | ChimeraTK::FixedPointConverter |
The fixed point converter provides conversion functions between a user type and up to 32 bit fixed point (signed or unsigned). More... | |
struct | ChimeraTK::FixedPointConverter::vectorToCooked_impl< UserType, RAW_ITERATOR, COOKED_ITERATOR > |
struct | ChimeraTK::FixedPointConverter::vectorToCooked_impl< std::string, RAW_ITERATOR, COOKED_ITERATOR > |
Namespaces | |
ChimeraTK | |
Functions | |
template<> | |
uint32_t | ChimeraTK::FixedPointConverter::toRaw< std::string > (std::string cookedValue) const |