Objective Systems, Inc.  
Home
About ASN.1
Products
Free Software
Open Source
Documents
Services
Resources
Resellers
Customers
Careers
About Us
Contact Us
 

Google


Objective Systems, Inc.

Wrapper classes for BER encoding by using operator <<
[C++ classes for streaming BER encoding.]


Detailed Description

These wrapper classes can be used for encoding with using the << operator. For example: ASN1BEROutputStream os; ..... os << OSEncStrmTag (v1) << OSEncStrmLength (v2) << OSEncStrmNull ();


Classes

struct  OSEncStrmTag
struct  OSEncStrmIndefLen
struct  OSEncStrmTagAndIndefLen
struct  OSEncStrmTagAndLen
struct  OSEncStrmEoc
struct  OSEncStrmImplInt
struct  OSEncStrmImplInt8
struct  OSEncStrmImplInt16
struct  OSEncStrmImplInt64
struct  OSEncStrmImplUInt
struct  OSEncStrmImplUInt8
struct  OSEncStrmImplUInt16
struct  OSEncStrmImplUInt64
struct  OSEncStrmImplEnum
struct  OSEncStrmImplBigInt
struct  OSEncStrmImplReal
struct  OSEncStrmImplBitStr
struct  OSEncStrmImplOctStr
struct  OSEncStrmImplBool
struct  OSEncStrmImplObjId
struct  OSEncStrmImplRelativeOID
struct  OSEncStrmImplNull
struct  OSEncStrmImplBMPString
struct  OSEncStrmImplUnivString

Defines

#define OSENCSTRMINDEFLEN   OSEncStrmIndefLen()
#define OSENCSTRMEOC   OSEncStrmEoc()

Typedefs

typedef OSEncStrmCharStr OSEncStrmImplCharStr


Typedef Documentation

typedef OSEncStrmCharStr OSEncStrmImplCharStr
 

A wrapper class for encoding an implicit character string value.


Copyright © 1997-2005 Objective Systems,Inc.
All Rights Reserved.
This document may be distributed in any form, electronic
or otherwise, provided that it is distributed in its entirety
and that the copyright and this notice are included.

This file was last modified on 8 Sep 2005.
ASN1C BER Runtime, ASN1C v5.8x