nn::nex::RefBuffer::RefBuffer Constructor

Syntax

RefBuffer(
     const RefBuffer & refBuffer
);

Parameters

Name Description
in refBuffer Specifies the RefBuffer object to share the buffer.

Description

Constructor.

Shares the RefBuffer object and the buffer. Increments the reference counter of the buffer to access.

Revision History

2012/04/10
Initial version.

CONFIDENTIAL