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