Namespaces | Classes | Typedefs | Enumerations | Functions | Variables
ecl Namespace Reference

Namespaces

 blueprints
 
 concepts
 
 containers
 
 demos
 
 devices
 
 formatters
 
 interfaces
 
 streams
 Streaming to and from input-output devices.
 
 threads
 
 time
 

Classes

class  Array
 
class  Array< Type, DynamicStorage >
 
class  BinaryFunction
 
class  BluePrint
 
class  BluePrintConcept
 
class  BluePrintFactory
 
class  BluePrintFactory< Array< Type, DynamicStorage > >
 
class  Bool
 
class  BoundNullaryMemberFunction
 
class  BoundNullaryMemberFunction< C, void >
 
class  BoundUnaryFreeFunction
 
class  BoundUnaryFreeFunction< A, void >
 
class  BoundUnaryMemberFunction
 
class  ByteContainerConcept
 
class  ClearScreen
 Manipulator that clears a terminal screen the c++ (hard) way. More...
 
class  ContainerConcept
 
class  Converter
 
class  Converter< Array< char >, Integral >
 
class  Converter< Array< signed char >, Integral >
 
class  Converter< Array< unsigned char >, Integral >
 
class  Converter< char *, bool >
 
class  Converter< char *, char >
 
class  Converter< char *, double >
 
class  Converter< char *, float >
 
class  Converter< char *, int >
 
class  Converter< char *, long >
 
class  Converter< char *, long long >
 
class  Converter< char *, short >
 
class  Converter< char *, unsigned char >
 
class  Converter< char *, unsigned int >
 
class  Converter< char *, unsigned long >
 
class  Converter< char *, unsigned long long >
 
class  Converter< char *, unsigned short >
 
class  Converter< char *, void >
 
class  Converter< char, int >
 
class  Converter< char, unsigned int >
 
class  Converter< char, void >
 
class  Converter< int, char * >
 
class  Converter< int, char >
 
class  Converter< int, std::string >
 
class  Converter< int, unsigned char * >
 
class  Converter< int, void >
 
class  Converter< Integral, Array< char, Size > >
 
class  Converter< Integral, Array< signed char, Size > >
 
class  Converter< Integral, Array< unsigned char, Size > >
 
class  Converter< Integral, std::vector< char > >
 
class  Converter< Integral, std::vector< signed char > >
 
class  Converter< Integral, std::vector< unsigned char > >
 
class  Converter< Integral, Stencil< Array< char, Size > > >
 
class  Converter< Integral, Stencil< Array< signed char, Size > > >
 
class  Converter< Integral, Stencil< Array< unsigned char, Size > > >
 
class  Converter< Integral, Stencil< const unsigned char * > >
 
class  Converter< Output, void >
 
class  Converter< std::string, int >
 
class  Converter< std::string, void >
 
class  Converter< std::vector< char >, char * >
 
class  Converter< std::vector< char >, int >
 
class  Converter< std::vector< char >, long >
 
class  Converter< std::vector< char >, long long >
 
class  Converter< std::vector< char >, unsigned int >
 
class  Converter< std::vector< char >, unsigned long >
 
class  Converter< std::vector< char >, void >
 
class  Converter< std::vector< signed char >, int >
 
class  Converter< std::vector< signed char >, long >
 
class  Converter< std::vector< signed char >, long long >
 
class  Converter< std::vector< signed char >, unsigned int >
 
class  Converter< std::vector< signed char >, unsigned long >
 
class  Converter< std::vector< signed char >, void >
 
class  Converter< std::vector< unsigned char >, int >
 
class  Converter< std::vector< unsigned char >, long >
 
class  Converter< std::vector< unsigned char >, long long >
 
class  Converter< std::vector< unsigned char >, unsigned int >
 
class  Converter< std::vector< unsigned char >, unsigned long >
 
class  Converter< std::vector< unsigned char >, void >
 
class  Converter< Stencil< Array< char, Size > >, Integral >
 
class  Converter< Stencil< Array< signed char, Size > >, Integral >
 
class  Converter< Stencil< Array< unsigned char, Size > >, Integral >
 
class  Converter< Stencil< std::vector< unsigned char > >, int >
 
class  Converter< Stencil< std::vector< unsigned char > >, long >
 
class  Converter< Stencil< std::vector< unsigned char > >, long long >
 
class  Converter< Stencil< std::vector< unsigned char > >, unsigned int >
 
class  DataException
 
class  DynamicContainerConcept
 
struct  ecl_traits
 
class  EConsole
 
struct  enable_if
 
struct  enable_if_c
 
struct  enable_if_c< false, T >
 
class  EndOfLine
 Replicates the well known end of line/flush combination. More...
 
class  Error
 
class  Exception
 
class  FailedObject
 
class  FiFo
 
class  Flags
 
class  Format
 
class  Format< char >
 
class  Format< double >
 
class  Format< float >
 
class  Format< int >
 
class  Format< long >
 
class  Format< short >
 
class  Format< signed char >
 
class  Format< std::string >
 
class  Format< unsigned char >
 
class  Format< unsigned int >
 
class  Format< unsigned long >
 
class  Format< unsigned short >
 
struct  FrequencyDiagnostics
 
class  FrequencyMonitor
 
class  IConsole
 
struct  if_c
 
struct  if_c< false, T1, T2 >
 
class  InputByteDeviceConcept
 
class  InputCharDeviceConcept
 
class  InputOutputByteDeviceConcept
 
class  InputOutputCharDeviceConcept
 
class  is_byte
 
class  is_byte< char >
 
class  is_byte< signed char >
 
class  is_byte< unsigned char >
 
class  is_float
 
class  is_float< double >
 
class  is_float< float >
 
class  is_float< long double >
 
class  is_integral
 
class  is_integral< char >
 
class  is_integral< int >
 
class  is_integral< long >
 
class  is_integral< long long >
 
class  is_integral< short >
 
class  is_integral< unsigned char >
 
class  is_integral< unsigned int >
 
class  is_integral< unsigned long >
 
class  is_integral< unsigned long long >
 
class  is_integral< unsigned short >
 
class  is_reference_wrapper
 
class  is_reference_wrapper< ReferenceWrapper< T > >
 
class  is_seekable
 
class  is_signed
 
class  is_signed< char >
 
class  is_signed< int >
 
class  is_signed< long >
 
class  is_signed< long long >
 
class  is_signed< short >
 
class  is_signed_byte
 
class  is_signed_byte< char >
 
class  is_signed_byte< signed char >
 
class  is_sink
 
class  is_sink< EConsole >
 
class  is_sink< OConsole >
 
class  is_sink< SharedFile >
 
class  is_sink< String >
 
class  is_source
 
class  is_source< IConsole >
 
class  is_source< String >
 
class  is_sourcesink
 
class  is_sourcesink< String >
 
class  is_unsigned
 
class  is_unsigned< unsigned char >
 
class  is_unsigned< unsigned int >
 
class  is_unsigned< unsigned long >
 
class  is_unsigned< unsigned long long >
 
class  is_unsigned< unsigned short >
 
class  is_unsigned_byte
 
class  is_unsigned_byte< char >
 
class  is_unsigned_byte< unsigned char >
 
class  LogStream
 A customised textstream for fast, multithreaded logging to file. More...
 
class  Manipulator
 Parent template for c++ style stream manipulators. More...
 
class  NullaryFreeFunction
 
class  NullaryFreeFunction< void >
 
class  NullaryFunction
 
class  NullaryFunctionConcept
 
class  NullaryFunctionCopy
 
class  NullaryFunctionCopy< FunctionObject, void >
 
class  NullaryFunctionReference
 
class  NullaryFunctionReference< FunctionObject, void >
 
class  NullaryMemberFunction
 
class  NullaryMemberFunction< C, void >
 
class  numeric_limits
 
class  numeric_limits< char >
 
class  numeric_limits< double >
 
class  numeric_limits< float >
 
class  numeric_limits< int >
 
class  numeric_limits< long >
 
class  numeric_limits< long double >
 
class  numeric_limits< long long >
 
class  numeric_limits< short >
 
class  numeric_limits< unsigned char >
 
class  numeric_limits< unsigned int >
 
class  numeric_limits< unsigned long >
 
class  numeric_limits< unsigned long long >
 
class  numeric_limits< unsigned short >
 
class  OConsole
 
class  OFileStream
 Convenience class for OFile TextStream definitions. More...
 
class  OutputByteDeviceConcept
 
class  OutputCharDeviceConcept
 
class  Parameter
 
class  PartiallyBoundBinaryMemberFunction
 
class  PartiallyBoundUnaryMemberFunction
 
class  PosixErrorHandler
 
struct  PrecisionWidth
 
struct  PrecisionWidth< double >
 
struct  PrecisionWidth< float >
 
class  PushAndPop
 
class  PushAndPop< Type, DynamicStorage >
 
class  RandomNumberGenerator
 
class  ReferenceWrapper
 
class  SerialStream
 Convenience class for Serial TextStream definitions. More...
 
class  SharedFile
 
class  SharedFileStream
 Convenience class for SharedFile TextStream definitions. More...
 
class  SignedByteContainerConcept
 
class  Singleton
 
class  StandardException
 
class  Stencil
 
class  Stencil< const unsigned char * >
 
class  Stencil< unsigned char * >
 
class  StreamConcept
 
class  String
 
class  StringStream
 Convenience wrapper for string device based textstreams. More...
 
class  TextStream
 A text streaming interface. More...
 
class  TimeData
 
class  TimeError
 
class  TimeStampBase
 
class  UnaryFreeFunction
 
class  UnaryFreeFunction< A, void >
 
class  UnaryFunction
 
class  UnaryFunctionCopy
 
class  UnaryFunctionCopy< FunctionObject, T, void >
 
class  UnaryFunctionReference
 
class  UnaryFunctionReference< ReferenceWrapper, T, void >
 
class  UnaryMemberFunction
 
class  UnaryMemberFunction< C, A, void >
 
struct  Unsigned
 
struct  Unsigned< char >
 
struct  Unsigned< int >
 
struct  Unsigned< long >
 
struct  Unsigned< long long >
 
struct  Unsigned< short >
 
struct  Unsigned< unsigned char >
 
struct  Unsigned< unsigned int >
 
struct  Unsigned< unsigned long >
 
struct  Unsigned< unsigned long long >
 
struct  Unsigned< unsigned short >
 
class  UnsignedByteContainerConcept
 
class  Void
 

Typedefs

typedef TimeStamp Duration
 
typedef TimeStamp Duration
 
typedef TimeStamp Duration
 
typedef TimeStamp Duration
 
typedef TextStream< EConsoleEConsoleStream
 Streams to standard error. More...
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef Bool< false > False
 
typedef TextStream< IConsoleIConsoleStream
 Streams to standard input. More...
 
typedef TextStream< OConsoleOConsoleStream
 Streams to standard output. More...
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef Bool< true > True
 
typedef void(* VoidFunction) ()
 
typedef void(* VoidFunction) ()
 
typedef void(* VoidFunction) ()
 
typedef void(* VoidFunction) ()
 
typedef void(* VoidFunction) ()
 
typedef void(* VoidFunction) ()
 

Enumerations

enum  Alignment
 
enum  Alignment
 
enum  Alignment
 
enum  Alignment
 
enum  BaudRate
 
enum  Bits
 
enum  Bits
 
enum  Bits
 
enum  Bits
 
enum  Bits
 
enum  Bits
 
enum  ConnectionStatus
 
enum  DataBits
 
enum  ErrorFlag
 
enum  ErrorFlag
 
enum  ErrorFlag
 
enum  ErrorFlag
 
enum  ErrorFlag
 
enum  ErrorFlag
 
enum  ErrorFlag
 
enum  ErrorFlag
 
enum  ErrorFlag
 
enum  ErrorFlag
 
enum  ErrorFlag
 
enum  ErrorFlag
 
enum  ErrorFlag
 
enum  ErrorFlag
 
enum  ErrorFlag
 
enum  ErrorFlag
 
enum  ErrorFlag
 
enum  ErrorFlag
 
enum  ErrorFlag
 
enum  ErrorFlag
 
enum  ErrorFlag
 
enum  ErrorFlag
 
enum  ErrorFlag
 
enum  ErrorFlag
 
enum  ErrorFlag
 
enum  ErrorFlag
 
enum  ErrorFlag
 
enum  ErrorFlag
 
enum  ErrorFlag
 
enum  ErrorFlag
 
enum  ErrorFlag
 
enum  ErrorFlag
 
enum  ErrorFlag
 
enum  ErrorFlag
 
enum  ErrorFlag
 
enum  ErrorFlag
 
enum  ErrorFlag
 
enum  ErrorFlag
 
enum  ErrorFlag
 
enum  ErrorFlag
 
enum  ErrorFlag
 
enum  ErrorFlag
 
enum  ErrorFlag
 
enum  ErrorFlag
 
enum  ErrorFlag
 
enum  ErrorFlag
 
enum  ErrorFlag
 
enum  ErrorFlag
 
enum  ErrorFlag
 
enum  ErrorFlag
 
enum  ErrorFlag
 
enum  ErrorFlag
 
enum  FloatBase
 
enum  FloatBase
 
enum  FloatBase
 
enum  FloatBase
 
enum  IntegralBase
 
enum  IntegralBase
 
enum  IntegralBase
 
enum  IntegralBase
 
enum  Parity
 
enum  Priority
 
enum  Priority
 
enum  StopBits
 
enum  StorageType
 
enum  StorageType
 
enum  WriteMode
 

Functions

T * addressOf (T &v)
 
ReferenceWrapper< T const > cref (T const &wrapped_object)
 
BoundNullaryMemberFunction< C, R > generateFunctionObject (R(C::*function)(), C &c)
 
BoundUnaryMemberFunction< C, A, R > generateFunctionObject (R(C::*function)(A), C &c, const I &a)
 
BoundUnaryFreeFunction< A, R > generateFunctionObject (R(*function)(A), I &a)
 
BoundUnaryMemberFunction< C, A, R > generateFunctionObject (R(C::*function)(A), C &c, I &a)
 
PartiallyBoundUnaryMemberFunction< C, A, R > generateFunctionObject (R(C::*function)(A), C &c)
 
BoundUnaryFreeFunction< A, R > generateFunctionObject (R(*function)(A), const I &a)
 
UnaryFreeFunction< A, R > generateFunctionObject (R(*function)(A))
 
NullaryFreeFunction< R > generateFunctionObject (R(*function)())
 
UnaryMemberFunction< C, A, R > generateFunctionObject (R(C::*function)(A))
 
NullaryMemberFunction< C, R > generateFunctionObject (R(C::*function)())
 
bool is_big_endian ()
 
bool is_char_signed ()
 
OutputStream & operator<< (OutputStream &ostream, const TimeStampBase &time_stamp)
 
OutputStream & operator<< (OutputStream &ostream, const Void void_object)
 
OutputStream & operator<< (OutputStream &ostream, const Stencil< ArrayType > &stencil)
 
OutputStream & operator<< (OutputStream &ostream, const Array< ElementType, ArraySize > &array)
 
OutputStream & operator<< (OutputStream &ostream, Format< std::string > &formatter) ecl_assert_throw_decl(StandardException)
 
OutputStream & operator<< (OutputStream &ostream, const Array< ElementType, DynamicStorage > &array)
 
ReferenceWrapper< T > ref (T &wrapped_object)
 

Variables

 Append
 
 ArgNotSupportedError
 
 ArgNotSupportedError
 
 ArgNotSupportedError
 
 ArgNotSupportedError
 
 ArgNotSupportedError
 
 ArgNotSupportedError
 
 ArgNotSupportedError
 
 ArgNotSupportedError
 
 ArgNotSupportedError
 
 ArgNotSupportedError
 
 ArgNotSupportedError
 
 ArgNotSupportedError
 
 ArgNotSupportedError
 
 ArgNotSupportedError
 
 ArgNotSupportedError
 
 ArgNotSupportedError
 
 ArgNotSupportedError
 
 ArgNotSupportedError
 
 ArgNotSupportedError
 
 ArgNotSupportedError
 
 ArgNotSupportedError
 
 ArgNotSupportedError
 
 ArgNotSupportedError
 
 ArgNotSupportedError
 
 ArgNotSupportedError
 
 ArgNotSupportedError
 
 ArgNotSupportedError
 
 ArgNotSupportedError
 
 ArgNotSupportedError
 
 ArgNotSupportedError
 
 ArgNotSupportedError
 
 ArgNotSupportedError
 
 ArgNotSupportedError
 
 ArgNotSupportedError
 
 ArgNotSupportedError
 
 ArgNotSupportedError
 
 ArgNotSupportedError
 
 ArgNotSupportedError
 
 ArgNotSupportedError
 
 ArgNotSupportedError
 
 ArgNotSupportedError
 
 ArgNotSupportedError
 
 ArgNotSupportedError
 
 ArgNotSupportedError
 
 ArgNotSupportedError
 
 ArgNotSupportedError
 
 ArgNotSupportedError
 
 ArgNotSupportedError
 
 ArgNotSupportedError
 
 ArgNotSupportedError
 
 ArgNotSupportedError
 
 ArgNotSupportedError
 
 BackgroundPriority
 
 BackgroundPriority
 
 BaudRate_110
 
 BaudRate_115200
 
 BaudRate_1200
 
 BaudRate_19200
 
 BaudRate_230400
 
 BaudRate_2400
 
 BaudRate_300
 
 BaudRate_38400
 
 BaudRate_460800
 
 BaudRate_4800
 
 BaudRate_57600
 
 BaudRate_600
 
 BaudRate_921600
 
 BaudRate_9600
 
 Bin
 
 Bin
 
 Bin
 
 Bin
 
 Bit0
 
 Bit0
 
 Bit0
 
 Bit0
 
 Bit0
 
 Bit0
 
 Bit1
 
 Bit1
 
 Bit1
 
 Bit1
 
 Bit1
 
 Bit1
 
 Bit10
 
 Bit10
 
 Bit10
 
 Bit10
 
 Bit10
 
 Bit10
 
 Bit11
 
 Bit11
 
 Bit11
 
 Bit11
 
 Bit11
 
 Bit11
 
 Bit12
 
 Bit12
 
 Bit12
 
 Bit12
 
 Bit12
 
 Bit12
 
 Bit13
 
 Bit13
 
 Bit13
 
 Bit13
 
 Bit13
 
 Bit13
 
 Bit14
 
 Bit14
 
 Bit14
 
 Bit14
 
 Bit14
 
 Bit14
 
 Bit15
 
 Bit15
 
 Bit15
 
 Bit15
 
 Bit15
 
 Bit15
 
 Bit16
 
 Bit16
 
 Bit16
 
 Bit16
 
 Bit16
 
 Bit16
 
 Bit2
 
 Bit2
 
 Bit2
 
 Bit2
 
 Bit2
 
 Bit2
 
 Bit3
 
 Bit3
 
 Bit3
 
 Bit3
 
 Bit3
 
 Bit3
 
 Bit4
 
 Bit4
 
 Bit4
 
 Bit4
 
 Bit4
 
 Bit4
 
 Bit5
 
 Bit5
 
 Bit5
 
 Bit5
 
 Bit5
 
 Bit5
 
 Bit6
 
 Bit6
 
 Bit6
 
 Bit6
 
 Bit6
 
 Bit6
 
 Bit7
 
 Bit7
 
 Bit7
 
 Bit7
 
 Bit7
 
 Bit7
 
 Bit8
 
 Bit8
 
 Bit8
 
 Bit8
 
 Bit8
 
 Bit8
 
 Bit9
 
 Bit9
 
 Bit9
 
 Bit9
 
 Bit9
 
 Bit9
 
 BlockingError
 
 BlockingError
 
 BlockingError
 
 BlockingError
 
 BlockingError
 
 BlockingError
 
 BlockingError
 
 BlockingError
 
 BlockingError
 
 BlockingError
 
 BlockingError
 
 BlockingError
 
 BlockingError
 
 BlockingError
 
 BlockingError
 
 BlockingError
 
 BlockingError
 
 BlockingError
 
 BlockingError
 
 BlockingError
 
 BlockingError
 
 BlockingError
 
 BlockingError
 
 BlockingError
 
 BlockingError
 
 BlockingError
 
 BlockingError
 
 BlockingError
 
 BlockingError
 
 BlockingError
 
 BlockingError
 
 BlockingError
 
 BlockingError
 
 BlockingError
 
 BlockingError
 
 BlockingError
 
 BlockingError
 
 BlockingError
 
 BlockingError
 
 BlockingError
 
 BlockingError
 
 BlockingError
 
 BlockingError
 
 BlockingError
 
 BlockingError
 
 BlockingError
 
 BlockingError
 
 BlockingError
 
 BlockingError
 
 BlockingError
 
 BlockingError
 
 BlockingError
 
 BusyError
 
 BusyError
 
 BusyError
 
 BusyError
 
 BusyError
 
 BusyError
 
 BusyError
 
 BusyError
 
 BusyError
 
 BusyError
 
 BusyError
 
 BusyError
 
 BusyError
 
 BusyError
 
 BusyError
 
 BusyError
 
 BusyError
 
 BusyError
 
 BusyError
 
 BusyError
 
 BusyError
 
 BusyError
 
 BusyError
 
 BusyError
 
 BusyError
 
 BusyError
 
 BusyError
 
 BusyError
 
 BusyError
 
 BusyError
 
 BusyError
 
 BusyError
 
 BusyError
 
 BusyError
 
 BusyError
 
 BusyError
 
 BusyError
 
 BusyError
 
 BusyError
 
 BusyError
 
 BusyError
 
 BusyError
 
 BusyError
 
 BusyError
 
 BusyError
 
 BusyError
 
 BusyError
 
 BusyError
 
 BusyError
 
 BusyError
 
 BusyError
 
 BusyError
 
 CentreAlign
 
 CentreAlign
 
 CentreAlign
 
 CentreAlign
 
 CloseError
 
 CloseError
 
 CloseError
 
 CloseError
 
 CloseError
 
 CloseError
 
 CloseError
 
 CloseError
 
 CloseError
 
 CloseError
 
 CloseError
 
 CloseError
 
 CloseError
 
 CloseError
 
 CloseError
 
 CloseError
 
 CloseError
 
 CloseError
 
 CloseError
 
 CloseError
 
 CloseError
 
 CloseError
 
 CloseError
 
 CloseError
 
 CloseError
 
 CloseError
 
 CloseError
 
 CloseError
 
 CloseError
 
 CloseError
 
 CloseError
 
 CloseError
 
 CloseError
 
 CloseError
 
 CloseError
 
 CloseError
 
 CloseError
 
 CloseError
 
 CloseError
 
 CloseError
 
 CloseError
 
 CloseError
 
 CloseError
 
 CloseError
 
 CloseError
 
 CloseError
 
 CloseError
 
 CloseError
 
 CloseError
 
 CloseError
 
 CloseError
 
 CloseError
 
ClearScreen clrscr
 
 ConfigurationError
 
 ConfigurationError
 
 ConfigurationError
 
 ConfigurationError
 
 ConfigurationError
 
 ConfigurationError
 
 ConfigurationError
 
 ConfigurationError
 
 ConfigurationError
 
 ConfigurationError
 
 ConfigurationError
 
 ConfigurationError
 
 ConfigurationError
 
 ConfigurationError
 
 ConfigurationError
 
 ConfigurationError
 
 ConfigurationError
 
 ConfigurationError
 
 ConfigurationError
 
 ConfigurationError
 
 ConfigurationError
 
 ConfigurationError
 
 ConfigurationError
 
 ConfigurationError
 
 ConfigurationError
 
 ConfigurationError
 
 ConfigurationError
 
 ConfigurationError
 
 ConfigurationError
 
 ConfigurationError
 
 ConfigurationError
 
 ConfigurationError
 
 ConfigurationError
 
 ConfigurationError
 
 ConfigurationError
 
 ConfigurationError
 
 ConfigurationError
 
 ConfigurationError
 
 ConfigurationError
 
 ConfigurationError
 
 ConfigurationError
 
 ConfigurationError
 
 ConfigurationError
 
 ConfigurationError
 
 ConfigurationError
 
 ConfigurationError
 
 ConfigurationError
 
 ConfigurationError
 
 ConfigurationError
 
 ConfigurationError
 
 ConfigurationError
 
 ConfigurationError
 
 ConnectionDisconnected
 
 ConnectionError
 
 ConnectionError
 
 ConnectionError
 
 ConnectionError
 
 ConnectionError
 
 ConnectionError
 
 ConnectionError
 
 ConnectionError
 
 ConnectionError
 
 ConnectionError
 
 ConnectionError
 
 ConnectionError
 
 ConnectionError
 
 ConnectionError
 
 ConnectionError
 
 ConnectionError
 
 ConnectionError
 
 ConnectionError
 
 ConnectionError
 
 ConnectionError
 
 ConnectionError
 
 ConnectionError
 
 ConnectionError
 
 ConnectionError
 
 ConnectionError
 
 ConnectionError
 
 ConnectionError
 
 ConnectionError
 
 ConnectionError
 
 ConnectionError
 
 ConnectionError
 
 ConnectionError
 
 ConnectionError
 
 ConnectionError
 
 ConnectionError
 
 ConnectionError
 
 ConnectionError
 
 ConnectionError
 
 ConnectionError
 
 ConnectionError
 
 ConnectionError
 
 ConnectionError
 
 ConnectionError
 
 ConnectionError
 
 ConnectionError
 
 ConnectionError
 
 ConnectionError
 
 ConnectionError
 
 ConnectionError
 
 ConnectionError
 
 ConnectionError
 
 ConnectionError
 
 ConnectionHungUp
 
 ConnectionProblem
 
 ConnectionRefusedError
 
 ConnectionRefusedError
 
 ConnectionRefusedError
 
 ConnectionRefusedError
 
 ConnectionRefusedError
 
 ConnectionRefusedError
 
 ConnectionRefusedError
 
 ConnectionRefusedError
 
 ConnectionRefusedError
 
 ConnectionRefusedError
 
 ConnectionRefusedError
 
 ConnectionRefusedError
 
 ConnectionRefusedError
 
 ConnectionRefusedError
 
 ConnectionRefusedError
 
 ConnectionRefusedError
 
 ConnectionRefusedError
 
 ConnectionRefusedError
 
 ConnectionRefusedError
 
 ConnectionRefusedError
 
 ConnectionRefusedError
 
 ConnectionRefusedError
 
 ConnectionRefusedError
 
 ConnectionRefusedError
 
 ConnectionRefusedError
 
 ConnectionRefusedError
 
 ConnectionRefusedError
 
 ConnectionRefusedError
 
 ConnectionRefusedError
 
 ConnectionRefusedError
 
 ConnectionRefusedError
 
 ConnectionRefusedError
 
 ConnectionRefusedError
 
 ConnectionRefusedError
 
 ConnectionRefusedError
 
 ConnectionRefusedError
 
 ConnectionRefusedError
 
 ConnectionRefusedError
 
 ConnectionRefusedError
 
 ConnectionRefusedError
 
 ConnectionRefusedError
 
 ConnectionRefusedError
 
 ConnectionRefusedError
 
 ConnectionRefusedError
 
 ConnectionRefusedError
 
 ConnectionRefusedError
 
 ConnectionRefusedError
 
 ConnectionRefusedError
 
 ConnectionRefusedError
 
 ConnectionRefusedError
 
 ConnectionRefusedError
 
 ConnectionRefusedError
 
 ConstructorError
 
 ConstructorError
 
 ConstructorError
 
 ConstructorError
 
 ConstructorError
 
 ConstructorError
 
 ConstructorError
 
 ConstructorError
 
 ConstructorError
 
 ConstructorError
 
 ConstructorError
 
 ConstructorError
 
 ConstructorError
 
 ConstructorError
 
 ConstructorError
 
 ConstructorError
 
 ConstructorError
 
 ConstructorError
 
 ConstructorError
 
 ConstructorError
 
 ConstructorError
 
 ConstructorError
 
 ConstructorError
 
 ConstructorError
 
 ConstructorError
 
 ConstructorError
 
 ConstructorError
 
 ConstructorError
 
 ConstructorError
 
 ConstructorError
 
 ConstructorError
 
 ConstructorError
 
 ConstructorError
 
 ConstructorError
 
 ConstructorError
 
 ConstructorError
 
 ConstructorError
 
 ConstructorError
 
 ConstructorError
 
 ConstructorError
 
 ConstructorError
 
 ConstructorError
 
 ConstructorError
 
 ConstructorError
 
 ConstructorError
 
 ConstructorError
 
 ConstructorError
 
 ConstructorError
 
 ConstructorError
 
 ConstructorError
 
 ConstructorError
 
 ConstructorError
 
 ConversionError
 
 ConversionError
 
 ConversionError
 
 ConversionError
 
 ConversionError
 
 ConversionError
 
 ConversionError
 
 ConversionError
 
 ConversionError
 
 ConversionError
 
 ConversionError
 
 ConversionError
 
 ConversionError
 
 ConversionError
 
 ConversionError
 
 ConversionError
 
 ConversionError
 
 ConversionError
 
 ConversionError
 
 ConversionError
 
 ConversionError
 
 ConversionError
 
 ConversionError
 
 ConversionError
 
 ConversionError
 
 ConversionError
 
 ConversionError
 
 ConversionError
 
 ConversionError
 
 ConversionError
 
 ConversionError
 
 ConversionError
 
 ConversionError
 
 ConversionError
 
 ConversionError
 
 ConversionError
 
 ConversionError
 
 ConversionError
 
 ConversionError
 
 ConversionError
 
 ConversionError
 
 ConversionError
 
 ConversionError
 
 ConversionError
 
 ConversionError
 
 ConversionError
 
 ConversionError
 
 ConversionError
 
 ConversionError
 
 ConversionError
 
 ConversionError
 
 ConversionError
 
 CriticalPriority
 
 CriticalPriority
 
 DataBits_5
 
 DataBits_6
 
 DataBits_7
 
 DataBits_8
 
 Dec
 
 Dec
 
 Dec
 
 Dec
 
 DefaultPriority
 
 DefaultPriority
 
 DestructorError
 
 DestructorError
 
 DestructorError
 
 DestructorError
 
 DestructorError
 
 DestructorError
 
 DestructorError
 
 DestructorError
 
 DestructorError
 
 DestructorError
 
 DestructorError
 
 DestructorError
 
 DestructorError
 
 DestructorError
 
 DestructorError
 
 DestructorError
 
 DestructorError
 
 DestructorError
 
 DestructorError
 
 DestructorError
 
 DestructorError
 
 DestructorError
 
 DestructorError
 
 DestructorError
 
 DestructorError
 
 DestructorError
 
 DestructorError
 
 DestructorError
 
 DestructorError
 
 DestructorError
 
 DestructorError
 
 DestructorError
 
 DestructorError
 
 DestructorError
 
 DestructorError
 
 DestructorError
 
 DestructorError
 
 DestructorError
 
 DestructorError
 
 DestructorError
 
 DestructorError
 
 DestructorError
 
 DestructorError
 
 DestructorError
 
 DestructorError
 
 DestructorError
 
 DestructorError
 
 DestructorError
 
 DestructorError
 
 DestructorError
 
 DestructorError
 
 DestructorError
 
 DynamicStorage
 
 DynamicStorage
 
EndOfLine endl
 
 EvenParity
 
 Fixed
 
 Fixed
 
 Fixed
 
 Fixed
 
 FixedStorage
 
 FixedStorage
 
 Hex
 
 Hex
 
 Hex
 
 Hex
 
 HighPriority
 
 HighPriority
 
 InterruptedError
 
 InterruptedError
 
 InterruptedError
 
 InterruptedError
 
 InterruptedError
 
 InterruptedError
 
 InterruptedError
 
 InterruptedError
 
 InterruptedError
 
 InterruptedError
 
 InterruptedError
 
 InterruptedError
 
 InterruptedError
 
 InterruptedError
 
 InterruptedError
 
 InterruptedError
 
 InterruptedError
 
 InterruptedError
 
 InterruptedError
 
 InterruptedError
 
 InterruptedError
 
 InterruptedError
 
 InterruptedError
 
 InterruptedError
 
 InterruptedError
 
 InterruptedError
 
 InterruptedError
 
 InterruptedError
 
 InterruptedError
 
 InterruptedError
 
 InterruptedError
 
 InterruptedError
 
 InterruptedError
 
 InterruptedError
 
 InterruptedError
 
 InterruptedError
 
 InterruptedError
 
 InterruptedError
 
 InterruptedError
 
 InterruptedError
 
 InterruptedError
 
 InterruptedError
 
 InterruptedError
 
 InterruptedError
 
 InterruptedError
 
 InterruptedError
 
 InterruptedError
 
 InterruptedError
 
 InterruptedError
 
 InterruptedError
 
 InterruptedError
 
 InterruptedError
 
 InvalidArgError
 
 InvalidArgError
 
 InvalidArgError
 
 InvalidArgError
 
 InvalidArgError
 
 InvalidArgError
 
 InvalidArgError
 
 InvalidArgError
 
 InvalidArgError
 
 InvalidArgError
 
 InvalidArgError
 
 InvalidArgError
 
 InvalidArgError
 
 InvalidArgError
 
 InvalidArgError
 
 InvalidArgError
 
 InvalidArgError
 
 InvalidArgError
 
 InvalidArgError
 
 InvalidArgError
 
 InvalidArgError
 
 InvalidArgError
 
 InvalidArgError
 
 InvalidArgError
 
 InvalidArgError
 
 InvalidArgError
 
 InvalidArgError
 
 InvalidArgError
 
 InvalidArgError
 
 InvalidArgError
 
 InvalidArgError
 
 InvalidArgError
 
 InvalidArgError
 
 InvalidArgError
 
 InvalidArgError
 
 InvalidArgError
 
 InvalidArgError
 
 InvalidArgError
 
 InvalidArgError
 
 InvalidArgError
 
 InvalidArgError
 
 InvalidArgError
 
 InvalidArgError
 
 InvalidArgError
 
 InvalidArgError
 
 InvalidArgError
 
 InvalidArgError
 
 InvalidArgError
 
 InvalidArgError
 
 InvalidArgError
 
 InvalidArgError
 
 InvalidArgError
 
 InvalidInputError
 
 InvalidInputError
 
 InvalidInputError
 
 InvalidInputError
 
 InvalidInputError
 
 InvalidInputError
 
 InvalidInputError
 
 InvalidInputError
 
 InvalidInputError
 
 InvalidInputError
 
 InvalidInputError
 
 InvalidInputError
 
 InvalidInputError
 
 InvalidInputError
 
 InvalidInputError
 
 InvalidInputError
 
 InvalidInputError
 
 InvalidInputError
 
 InvalidInputError
 
 InvalidInputError
 
 InvalidInputError
 
 InvalidInputError
 
 InvalidInputError
 
 InvalidInputError
 
 InvalidInputError
 
 InvalidInputError
 
 InvalidInputError
 
 InvalidInputError
 
 InvalidInputError
 
 InvalidInputError
 
 InvalidInputError
 
 InvalidInputError
 
 InvalidInputError
 
 InvalidInputError
 
 InvalidInputError
 
 InvalidInputError
 
 InvalidInputError
 
 InvalidInputError
 
 InvalidInputError
 
 InvalidInputError
 
 InvalidInputError
 
 InvalidInputError
 
 InvalidInputError
 
 InvalidInputError
 
 InvalidInputError
 
 InvalidInputError
 
 InvalidInputError
 
 InvalidInputError
 
 InvalidInputError
 
 InvalidInputError
 
 InvalidInputError
 
 InvalidInputError
 
 InvalidObjectError
 
 InvalidObjectError
 
 InvalidObjectError
 
 InvalidObjectError
 
 InvalidObjectError
 
 InvalidObjectError
 
 InvalidObjectError
 
 InvalidObjectError
 
 InvalidObjectError
 
 InvalidObjectError
 
 InvalidObjectError
 
 InvalidObjectError
 
 InvalidObjectError
 
 InvalidObjectError
 
 InvalidObjectError
 
 InvalidObjectError
 
 InvalidObjectError
 
 InvalidObjectError
 
 InvalidObjectError
 
 InvalidObjectError
 
 InvalidObjectError
 
 InvalidObjectError
 
 InvalidObjectError
 
 InvalidObjectError
 
 InvalidObjectError
 
 InvalidObjectError
 
 InvalidObjectError
 
 InvalidObjectError
 
 InvalidObjectError
 
 InvalidObjectError
 
 InvalidObjectError
 
 InvalidObjectError
 
 InvalidObjectError
 
 InvalidObjectError
 
 InvalidObjectError
 
 InvalidObjectError
 
 InvalidObjectError
 
 InvalidObjectError
 
 InvalidObjectError
 
 InvalidObjectError
 
 InvalidObjectError
 
 InvalidObjectError
 
 InvalidObjectError
 
 InvalidObjectError
 
 InvalidObjectError
 
 InvalidObjectError
 
 InvalidObjectError
 
 InvalidObjectError
 
 InvalidObjectError
 
 InvalidObjectError
 
 InvalidObjectError
 
 InvalidObjectError
 
 IsLockedError
 
 IsLockedError
 
 IsLockedError
 
 IsLockedError
 
 IsLockedError
 
 IsLockedError
 
 IsLockedError
 
 IsLockedError
 
 IsLockedError
 
 IsLockedError
 
 IsLockedError
 
 IsLockedError
 
 IsLockedError
 
 IsLockedError
 
 IsLockedError
 
 IsLockedError
 
 IsLockedError
 
 IsLockedError
 
 IsLockedError
 
 IsLockedError
 
 IsLockedError
 
 IsLockedError
 
 IsLockedError
 
 IsLockedError
 
 IsLockedError
 
 IsLockedError
 
 IsLockedError
 
 IsLockedError
 
 IsLockedError
 
 IsLockedError
 
 IsLockedError
 
 IsLockedError
 
 IsLockedError
 
 IsLockedError
 
 IsLockedError
 
 IsLockedError
 
 IsLockedError
 
 IsLockedError
 
 IsLockedError
 
 IsLockedError
 
 IsLockedError
 
 IsLockedError
 
 IsLockedError
 
 IsLockedError
 
 IsLockedError
 
 IsLockedError
 
 IsLockedError
 
 IsLockedError
 
 IsLockedError
 
 IsLockedError
 
 IsLockedError
 
 IsLockedError
 
 LeftAlign
 
 LeftAlign
 
 LeftAlign
 
 LeftAlign
 
 LowPriority
 
 LowPriority
 
 MemoryError
 
 MemoryError
 
 MemoryError
 
 MemoryError
 
 MemoryError
 
 MemoryError
 
 MemoryError
 
 MemoryError
 
 MemoryError
 
 MemoryError
 
 MemoryError
 
 MemoryError
 
 MemoryError
 
 MemoryError
 
 MemoryError
 
 MemoryError
 
 MemoryError
 
 MemoryError
 
 MemoryError
 
 MemoryError
 
 MemoryError
 
 MemoryError
 
 MemoryError
 
 MemoryError
 
 MemoryError
 
 MemoryError
 
 MemoryError
 
 MemoryError
 
 MemoryError
 
 MemoryError
 
 MemoryError
 
 MemoryError
 
 MemoryError
 
 MemoryError
 
 MemoryError
 
 MemoryError
 
 MemoryError
 
 MemoryError
 
 MemoryError
 
 MemoryError
 
 MemoryError
 
 MemoryError
 
 MemoryError
 
 MemoryError
 
 MemoryError
 
 MemoryError
 
 MemoryError
 
 MemoryError
 
 MemoryError
 
 MemoryError
 
 MemoryError
 
 MemoryError
 
 New
 
 NoAlign
 
 NoAlign
 
 NoAlign
 
 NoAlign
 
 NoError
 
 NoError
 
 NoError
 
 NoError
 
 NoError
 
 NoError
 
 NoError
 
 NoError
 
 NoError
 
 NoError
 
 NoError
 
 NoError
 
 NoError
 
 NoError
 
 NoError
 
 NoError
 
 NoError
 
 NoError
 
 NoError
 
 NoError
 
 NoError
 
 NoError
 
 NoError
 
 NoError
 
 NoError
 
 NoError
 
 NoError
 
 NoError
 
 NoError
 
 NoError
 
 NoError
 
 NoError
 
 NoError
 
 NoError
 
 NoError
 
 NoError
 
 NoError
 
 NoError
 
 NoError
 
 NoError
 
 NoError
 
 NoError
 
 NoError
 
 NoError
 
 NoError
 
 NoError
 
 NoError
 
 NoError
 
 NoError
 
 NoError
 
 NoError
 
 NoError
 
 NoParity
 
 NormalPriority
 
 NormalPriority
 
 NotFoundError
 
 NotFoundError
 
 NotFoundError
 
 NotFoundError
 
 NotFoundError
 
 NotFoundError
 
 NotFoundError
 
 NotFoundError
 
 NotFoundError
 
 NotFoundError
 
 NotFoundError
 
 NotFoundError
 
 NotFoundError
 
 NotFoundError
 
 NotFoundError
 
 NotFoundError
 
 NotFoundError
 
 NotFoundError
 
 NotFoundError
 
 NotFoundError
 
 NotFoundError
 
 NotFoundError
 
 NotFoundError
 
 NotFoundError
 
 NotFoundError
 
 NotFoundError
 
 NotFoundError
 
 NotFoundError
 
 NotFoundError
 
 NotFoundError
 
 NotFoundError
 
 NotFoundError
 
 NotFoundError
 
 NotFoundError
 
 NotFoundError
 
 NotFoundError
 
 NotFoundError
 
 NotFoundError
 
 NotFoundError
 
 NotFoundError
 
 NotFoundError
 
 NotFoundError
 
 NotFoundError
 
 NotFoundError
 
 NotFoundError
 
 NotFoundError
 
 NotFoundError
 
 NotFoundError
 
 NotFoundError
 
 NotFoundError
 
 NotFoundError
 
 NotFoundError
 
 NotInitialisedError
 
 NotInitialisedError
 
 NotInitialisedError
 
 NotInitialisedError
 
 NotInitialisedError
 
 NotInitialisedError
 
 NotInitialisedError
 
 NotInitialisedError
 
 NotInitialisedError
 
 NotInitialisedError
 
 NotInitialisedError
 
 NotInitialisedError
 
 NotInitialisedError
 
 NotInitialisedError
 
 NotInitialisedError
 
 NotInitialisedError
 
 NotInitialisedError
 
 NotInitialisedError
 
 NotInitialisedError
 
 NotInitialisedError
 
 NotInitialisedError
 
 NotInitialisedError
 
 NotInitialisedError
 
 NotInitialisedError
 
 NotInitialisedError
 
 NotInitialisedError
 
 NotInitialisedError
 
 NotInitialisedError
 
 NotInitialisedError
 
 NotInitialisedError
 
 NotInitialisedError
 
 NotInitialisedError
 
 NotInitialisedError
 
 NotInitialisedError
 
 NotInitialisedError
 
 NotInitialisedError
 
 NotInitialisedError
 
 NotInitialisedError
 
 NotInitialisedError
 
 NotInitialisedError
 
 NotInitialisedError
 
 NotInitialisedError
 
 NotInitialisedError
 
 NotInitialisedError
 
 NotInitialisedError
 
 NotInitialisedError
 
 NotInitialisedError
 
 NotInitialisedError
 
 NotInitialisedError
 
 NotInitialisedError
 
 NotInitialisedError
 
 NotInitialisedError
 
 NotSupportedError
 
 NotSupportedError
 
 NotSupportedError
 
 NotSupportedError
 
 NotSupportedError
 
 NotSupportedError
 
 NotSupportedError
 
 NotSupportedError
 
 NotSupportedError
 
 NotSupportedError
 
 NotSupportedError
 
 NotSupportedError
 
 NotSupportedError
 
 NotSupportedError
 
 NotSupportedError
 
 NotSupportedError
 
 NotSupportedError
 
 NotSupportedError
 
 NotSupportedError
 
 NotSupportedError
 
 NotSupportedError
 
 NotSupportedError
 
 NotSupportedError
 
 NotSupportedError
 
 NotSupportedError
 
 NotSupportedError
 
 NotSupportedError
 
 NotSupportedError
 
 NotSupportedError
 
 NotSupportedError
 
 NotSupportedError
 
 NotSupportedError
 
 NotSupportedError
 
 NotSupportedError
 
 NotSupportedError
 
 NotSupportedError
 
 NotSupportedError
 
 NotSupportedError
 
 NotSupportedError
 
 NotSupportedError
 
 NotSupportedError
 
 NotSupportedError
 
 NotSupportedError
 
 NotSupportedError
 
 NotSupportedError
 
 NotSupportedError
 
 NotSupportedError
 
 NotSupportedError
 
 NotSupportedError
 
 NotSupportedError
 
 NotSupportedError
 
 NotSupportedError
 
 OddParity
 
 OpenError
 
 OpenError
 
 OpenError
 
 OpenError
 
 OpenError
 
 OpenError
 
 OpenError
 
 OpenError
 
 OpenError
 
 OpenError
 
 OpenError
 
 OpenError
 
 OpenError
 
 OpenError
 
 OpenError
 
 OpenError
 
 OpenError
 
 OpenError
 
 OpenError
 
 OpenError
 
 OpenError
 
 OpenError
 
 OpenError
 
 OpenError
 
 OpenError
 
 OpenError
 
 OpenError
 
 OpenError
 
 OpenError
 
 OpenError
 
 OpenError
 
 OpenError
 
 OpenError
 
 OpenError
 
 OpenError
 
 OpenError
 
 OpenError
 
 OpenError
 
 OpenError
 
 OpenError
 
 OpenError
 
 OpenError
 
 OpenError
 
 OpenError
 
 OpenError
 
 OpenError
 
 OpenError
 
 OpenError
 
 OpenError
 
 OpenError
 
 OpenError
 
 OpenError
 
 OutOfRangeError
 
 OutOfRangeError
 
 OutOfRangeError
 
 OutOfRangeError
 
 OutOfRangeError
 
 OutOfRangeError
 
 OutOfRangeError
 
 OutOfRangeError
 
 OutOfRangeError
 
 OutOfRangeError
 
 OutOfRangeError
 
 OutOfRangeError
 
 OutOfRangeError
 
 OutOfRangeError
 
 OutOfRangeError
 
 OutOfRangeError
 
 OutOfRangeError
 
 OutOfRangeError
 
 OutOfRangeError
 
 OutOfRangeError
 
 OutOfRangeError
 
 OutOfRangeError
 
 OutOfRangeError
 
 OutOfRangeError
 
 OutOfRangeError
 
 OutOfRangeError
 
 OutOfRangeError
 
 OutOfRangeError
 
 OutOfRangeError
 
 OutOfRangeError
 
 OutOfRangeError
 
 OutOfRangeError
 
 OutOfRangeError
 
 OutOfRangeError
 
 OutOfRangeError
 
 OutOfRangeError
 
 OutOfRangeError
 
 OutOfRangeError
 
 OutOfRangeError
 
 OutOfRangeError
 
 OutOfRangeError
 
 OutOfRangeError
 
 OutOfRangeError
 
 OutOfRangeError
 
 OutOfRangeError
 
 OutOfRangeError
 
 OutOfRangeError
 
 OutOfRangeError
 
 OutOfRangeError
 
 OutOfRangeError
 
 OutOfRangeError
 
 OutOfRangeError
 
 OutOfResourcesError
 
 OutOfResourcesError
 
 OutOfResourcesError
 
 OutOfResourcesError
 
 OutOfResourcesError
 
 OutOfResourcesError
 
 OutOfResourcesError
 
 OutOfResourcesError
 
 OutOfResourcesError
 
 OutOfResourcesError
 
 OutOfResourcesError
 
 OutOfResourcesError
 
 OutOfResourcesError
 
 OutOfResourcesError
 
 OutOfResourcesError
 
 OutOfResourcesError
 
 OutOfResourcesError
 
 OutOfResourcesError
 
 OutOfResourcesError
 
 OutOfResourcesError
 
 OutOfResourcesError
 
 OutOfResourcesError
 
 OutOfResourcesError
 
 OutOfResourcesError
 
 OutOfResourcesError
 
 OutOfResourcesError
 
 OutOfResourcesError
 
 OutOfResourcesError
 
 OutOfResourcesError
 
 OutOfResourcesError
 
 OutOfResourcesError
 
 OutOfResourcesError
 
 OutOfResourcesError
 
 OutOfResourcesError
 
 OutOfResourcesError
 
 OutOfResourcesError
 
 OutOfResourcesError
 
 OutOfResourcesError
 
 OutOfResourcesError
 
 OutOfResourcesError
 
 OutOfResourcesError
 
 OutOfResourcesError
 
 OutOfResourcesError
 
 OutOfResourcesError
 
 OutOfResourcesError
 
 OutOfResourcesError
 
 OutOfResourcesError
 
 OutOfResourcesError
 
 OutOfResourcesError
 
 OutOfResourcesError
 
 OutOfResourcesError
 
 OutOfResourcesError
 
 PermissionsError
 
 PermissionsError
 
 PermissionsError
 
 PermissionsError
 
 PermissionsError
 
 PermissionsError
 
 PermissionsError
 
 PermissionsError
 
 PermissionsError
 
 PermissionsError
 
 PermissionsError
 
 PermissionsError
 
 PermissionsError
 
 PermissionsError
 
 PermissionsError
 
 PermissionsError
 
 PermissionsError
 
 PermissionsError
 
 PermissionsError
 
 PermissionsError
 
 PermissionsError
 
 PermissionsError
 
 PermissionsError
 
 PermissionsError
 
 PermissionsError
 
 PermissionsError
 
 PermissionsError
 
 PermissionsError
 
 PermissionsError
 
 PermissionsError
 
 PermissionsError
 
 PermissionsError
 
 PermissionsError
 
 PermissionsError
 
 PermissionsError
 
 PermissionsError
 
 PermissionsError
 
 PermissionsError
 
 PermissionsError
 
 PermissionsError
 
 PermissionsError
 
 PermissionsError
 
 PermissionsError
 
 PermissionsError
 
 PermissionsError
 
 PermissionsError
 
 PermissionsError
 
 PermissionsError
 
 PermissionsError
 
 PermissionsError
 
 PermissionsError
 
 PermissionsError
 
 PosixError
 
 PosixError
 
 PosixError
 
 PosixError
 
 PosixError
 
 PosixError
 
 PosixError
 
 PosixError
 
 PosixError
 
 PosixError
 
 PosixError
 
 PosixError
 
 PosixError
 
 PosixError
 
 PosixError
 
 PosixError
 
 PosixError
 
 PosixError
 
 PosixError
 
 PosixError
 
 PosixError
 
 PosixError
 
 PosixError
 
 PosixError
 
 PosixError
 
 PosixError
 
 PosixError
 
 PosixError
 
 PosixError
 
 PosixError
 
 PosixError
 
 PosixError
 
 PosixError
 
 PosixError
 
 PosixError
 
 PosixError
 
 PosixError
 
 PosixError
 
 PosixError
 
 PosixError
 
 PosixError
 
 PosixError
 
 PosixError
 
 PosixError
 
 PosixError
 
 PosixError
 
 PosixError
 
 PosixError
 
 PosixError
 
 PosixError
 
 PosixError
 
 PosixError
 
 RaiiError
 
 RaiiError
 
 RaiiError
 
 RaiiError
 
 RaiiError
 
 RaiiError
 
 RaiiError
 
 RaiiError
 
 RaiiError
 
 RaiiError
 
 RaiiError
 
 RaiiError
 
 RaiiError
 
 RaiiError
 
 RaiiError
 
 RaiiError
 
 RaiiError
 
 RaiiError
 
 RaiiError
 
 RaiiError
 
 RaiiError
 
 RaiiError
 
 RaiiError
 
 RaiiError
 
 RaiiError
 
 RaiiError
 
 RaiiError
 
 RaiiError
 
 RaiiError
 
 RaiiError
 
 RaiiError
 
 RaiiError
 
 RaiiError
 
 RaiiError
 
 RaiiError
 
 RaiiError
 
 RaiiError
 
 RaiiError
 
 RaiiError
 
 RaiiError
 
 RaiiError
 
 RaiiError
 
 RaiiError
 
 RaiiError
 
 RaiiError
 
 RaiiError
 
 RaiiError
 
 RaiiError
 
 RaiiError
 
 RaiiError
 
 RaiiError
 
 RaiiError
 
 ReadError
 
 ReadError
 
 ReadError
 
 ReadError
 
 ReadError
 
 ReadError
 
 ReadError
 
 ReadError
 
 ReadError
 
 ReadError
 
 ReadError
 
 ReadError
 
 ReadError
 
 ReadError
 
 ReadError
 
 ReadError
 
 ReadError
 
 ReadError
 
 ReadError
 
 ReadError
 
 ReadError
 
 ReadError
 
 ReadError
 
 ReadError
 
 ReadError
 
 ReadError
 
 ReadError
 
 ReadError
 
 ReadError
 
 ReadError
 
 ReadError
 
 ReadError
 
 ReadError
 
 ReadError
 
 ReadError
 
 ReadError
 
 ReadError
 
 ReadError
 
 ReadError
 
 ReadError
 
 ReadError
 
 ReadError
 
 ReadError
 
 ReadError
 
 ReadError
 
 ReadError
 
 ReadError
 
 ReadError
 
 ReadError
 
 ReadError
 
 ReadError
 
 ReadError
 
 RealTimePriority1
 
 RealTimePriority1
 
 RealTimePriority2
 
 RealTimePriority2
 
 RealTimePriority3
 
 RealTimePriority3
 
 RealTimePriority4
 
 RealTimePriority4
 
 RightAlign
 
 RightAlign
 
 RightAlign
 
 RightAlign
 
 Sci
 
 Sci
 
 Sci
 
 Sci
 
 StopBits_1
 
 StopBits_15
 
 StopBits_2
 
 SystemFailureError
 
 SystemFailureError
 
 SystemFailureError
 
 SystemFailureError
 
 SystemFailureError
 
 SystemFailureError
 
 SystemFailureError
 
 SystemFailureError
 
 SystemFailureError
 
 SystemFailureError
 
 SystemFailureError
 
 SystemFailureError
 
 SystemFailureError
 
 SystemFailureError
 
 SystemFailureError
 
 SystemFailureError
 
 SystemFailureError
 
 SystemFailureError
 
 SystemFailureError
 
 SystemFailureError
 
 SystemFailureError
 
 SystemFailureError
 
 SystemFailureError
 
 SystemFailureError
 
 SystemFailureError
 
 SystemFailureError
 
 SystemFailureError
 
 SystemFailureError
 
 SystemFailureError
 
 SystemFailureError
 
 SystemFailureError
 
 SystemFailureError
 
 SystemFailureError
 
 SystemFailureError
 
 SystemFailureError
 
 SystemFailureError
 
 SystemFailureError
 
 SystemFailureError
 
 SystemFailureError
 
 SystemFailureError
 
 SystemFailureError
 
 SystemFailureError
 
 SystemFailureError
 
 SystemFailureError
 
 SystemFailureError
 
 SystemFailureError
 
 SystemFailureError
 
 SystemFailureError
 
 SystemFailureError
 
 SystemFailureError
 
 SystemFailureError
 
 SystemFailureError
 
 TimeOutError
 
 TimeOutError
 
 TimeOutError
 
 TimeOutError
 
 TimeOutError
 
 TimeOutError
 
 TimeOutError
 
 TimeOutError
 
 TimeOutError
 
 TimeOutError
 
 TimeOutError
 
 TimeOutError
 
 TimeOutError
 
 TimeOutError
 
 TimeOutError
 
 TimeOutError
 
 TimeOutError
 
 TimeOutError
 
 TimeOutError
 
 TimeOutError
 
 TimeOutError
 
 TimeOutError
 
 TimeOutError
 
 TimeOutError
 
 TimeOutError
 
 TimeOutError
 
 TimeOutError
 
 TimeOutError
 
 TimeOutError
 
 TimeOutError
 
 TimeOutError
 
 TimeOutError
 
 TimeOutError
 
 TimeOutError
 
 TimeOutError
 
 TimeOutError
 
 TimeOutError
 
 TimeOutError
 
 TimeOutError
 
 TimeOutError
 
 TimeOutError
 
 TimeOutError
 
 TimeOutError
 
 TimeOutError
 
 TimeOutError
 
 TimeOutError
 
 TimeOutError
 
 TimeOutError
 
 TimeOutError
 
 TimeOutError
 
 TimeOutError
 
 TimeOutError
 
 UnknownError
 
 UnknownError
 
 UnknownError
 
 UnknownError
 
 UnknownError
 
 UnknownError
 
 UnknownError
 
 UnknownError
 
 UnknownError
 
 UnknownError
 
 UnknownError
 
 UnknownError
 
 UnknownError
 
 UnknownError
 
 UnknownError
 
 UnknownError
 
 UnknownError
 
 UnknownError
 
 UnknownError
 
 UnknownError
 
 UnknownError
 
 UnknownError
 
 UnknownError
 
 UnknownError
 
 UnknownError
 
 UnknownError
 
 UnknownError
 
 UnknownError
 
 UnknownError
 
 UnknownError
 
 UnknownError
 
 UnknownError
 
 UnknownError
 
 UnknownError
 
 UnknownError
 
 UnknownError
 
 UnknownError
 
 UnknownError
 
 UnknownError
 
 UnknownError
 
 UnknownError
 
 UnknownError
 
 UnknownError
 
 UnknownError
 
 UnknownError
 
 UnknownError
 
 UnknownError
 
 UnknownError
 
 UnknownError
 
 UnknownError
 
 UnknownError
 
 UnknownError
 
 UnknownPriority
 
 UnknownPriority
 
 UsageError
 
 UsageError
 
 UsageError
 
 UsageError
 
 UsageError
 
 UsageError
 
 UsageError
 
 UsageError
 
 UsageError
 
 UsageError
 
 UsageError
 
 UsageError
 
 UsageError
 
 UsageError
 
 UsageError
 
 UsageError
 
 UsageError
 
 UsageError
 
 UsageError
 
 UsageError
 
 UsageError
 
 UsageError
 
 UsageError
 
 UsageError
 
 UsageError
 
 UsageError
 
 UsageError
 
 UsageError
 
 UsageError
 
 UsageError
 
 UsageError
 
 UsageError
 
 UsageError
 
 UsageError
 
 UsageError
 
 UsageError
 
 UsageError
 
 UsageError
 
 UsageError
 
 UsageError
 
 UsageError
 
 UsageError
 
 UsageError
 
 UsageError
 
 UsageError
 
 UsageError
 
 UsageError
 
 UsageError
 
 UsageError
 
 UsageError
 
 UsageError
 
 UsageError
 
 WriteError
 
 WriteError
 
 WriteError
 
 WriteError
 
 WriteError
 
 WriteError
 
 WriteError
 
 WriteError
 
 WriteError
 
 WriteError
 
 WriteError
 
 WriteError
 
 WriteError
 
 WriteError
 
 WriteError
 
 WriteError
 
 WriteError
 
 WriteError
 
 WriteError
 
 WriteError
 
 WriteError
 
 WriteError
 
 WriteError
 
 WriteError
 
 WriteError
 
 WriteError
 
 WriteError
 
 WriteError
 
 WriteError
 
 WriteError
 
 WriteError
 
 WriteError
 
 WriteError
 
 WriteError
 
 WriteError
 
 WriteError
 
 WriteError
 
 WriteError
 
 WriteError
 
 WriteError
 
 WriteError
 
 WriteError
 
 WriteError
 
 WriteError
 
 WriteError
 
 WriteError
 
 WriteError
 
 WriteError
 
 WriteError
 
 WriteError
 
 WriteError
 
 WriteError
 

Typedef Documentation

Streams to standard error.

Streams to standard error.

Usage:

There is no need to open this device, it automatically connects to stderr.

1 EConsoleStream estream;
2 estream << "Boom";
3 estream.flush();

Definition at line 90 of file console_streams.hpp.

Streams to standard input.

Streams to standard input.

Usage:

There is no need to open this device, it automatically connects to stdin.

1 IConsoleStream istream;
2 string str;
3 istream << str;

Definition at line 74 of file console_streams.hpp.

Streams to standard output.

This class operates similar to, but posesses several advantages to the usual cout c++ mechanism.

  • Faster.
  • Can be instantiated separately, each with its own internal buffer.

The ecl could provide a global mechanism very much like the cout handle, but instantiating separately stops getting standard output messages confused and is a useful property for multi-threaded control applications. If you wish to use a global mechanism, simply instantiate a global instance in your program.

Usage:

There is no need to open this device, it automatically connects to stdout.

1 OConsoleStream ostream;
2 ostream << "Hey dude";
3 ostream.flush();
See also
TextStream.

Definition at line 58 of file console_streams.hpp.

Variable Documentation

ClearScreen ecl::clrscr

Definition at line 27 of file manipulators.cpp.

EndOfLine ecl::endl

Definition at line 26 of file manipulators.cpp.



ecl_streams
Author(s): Daniel Stonier
autogenerated on Mon Jun 10 2019 13:08:50