Quick Links:

bal | bbl | bdl | bsl

Static Public Member Functions

balber::BerUtil_Imp Struct Reference

#include <balber_berutil.h>

List of all members.

Static Public Member Functions

static int putStringValue (bsl::streambuf *streamBuf, const char *string, int stringLength)

Detailed Description

This component-private utility struct exists to provide backwards-compatability for external components that depend upon the facilities provided by this struct.

See Component balber_berutil


Member Function Documentation

static int balber::BerUtil_Imp::putStringValue ( bsl::streambuf *  streamBuf,
const char *  string,
int  stringLength 
) [static]

Write the length and contents octets of the BER encoding of the specified character string having the specified stringLength (as defined in the specification) to the output sequence of the specified streamBuf. Return 0 if successful, and a non-zero value otherwise. The operation succeeds if and only if all bytes corresponding to the length and contents octets are written to the streamBuf without the write position becoming unavailable.


The documentation for this struct was generated from the following file: