Function call operators
Synopses
Declared in <balber_berencoder.h>
Encode the specified object.
template<typename TYPE>
int
operator()(TYPE const& object);
Encode the specified object; the behavior is undefined unless invoked.
template<typename TYPE>
int
operator()(
TYPE const& object,
bslmf::Nil);
Encode the specified object having the specified category.
template<
typename TYPE,
typename ANY_CATEGORY>
int
operator()(
TYPE const& object,
ANY_CATEGORY category);
Created with MrDocs