This is Unofficial EPICS BASE Doxygen Site
pvType.h File Reference
#include <string>
#include <vector>
#include <stdint.h>
#include <pv/sharedPtr.h>
+ Include dependency graph for pvType.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  epics::pvData::detail::pick_type< Cond, If, Else >
 
struct  epics::pvData::detail::pick_type< Cond, Cond, Else >
 

Namespaces

 epics
 TODO only here because of the Lockable.
 
 epics::pvData
 pvData
 
 epics::pvData::detail
 

Typedefs

typedef detail::pick_type< int8_t, signed char, detail::pick_type< uint8_t, char, unsigned char >::type >::type epics::pvData::boolean
 
typedef int8_t epics::pvData::int8
 
typedef int16_t epics::pvData::int16
 
typedef int32_t epics::pvData::int32
 
typedef int64_t epics::pvData::int64
 
typedef uint8_t epics::pvData::uint8
 
typedef uint16_t epics::pvData::uint16
 
typedef uint32_t epics::pvData::uint32
 
typedef uint64_t epics::pvData::uint64
 
typedef std::vector< std::string > epics::pvData::StringArray
 
typedef std::tr1::shared_ptr< StringArray > epics::pvData::StringArrayPtr
 
typedef std::vector< std::string >::iterator epics::pvData::StringArray_iterator
 
typedef std::vector< std::string >::const_iterator epics::pvData::StringArray_const_iterator
 

Functions

std::string * epics::pvData::get (StringArray &value)
 
std::string const * epics::pvData::get (StringArray const &value)
 
std::string * epics::pvData::get (StringArrayPtr &value)
 
std::string const * epics::pvData::get (StringArrayPtr const &value)
 
StringArray & epics::pvData::getVector (StringArrayPtr &value)
 
StringArray const & epics::pvData::getVector (StringArrayPtr const &value)