Skip to content

Commit

Permalink
[C++] Add an accessor for bufferLength on messages. Issue #479.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpt777 committed Aug 17, 2017
1 parent 294b741 commit 2b98dba
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1441,6 +1441,10 @@ private CharSequence generateMessageFlyweightCode(final String className, final
" {\n" +
" return m_buffer;\n" +
" }\n\n" +
" std::uint64_t bufferLength() const SBE_NOEXCEPT\n" +
" {\n" +
" return m_bufferLength;\n" +
" }\n\n" +
" std::uint64_t actingVersion() const SBE_NOEXCEPT\n" +
" {\n" +
" return m_actingVersion;\n" +
Expand Down

0 comments on commit 2b98dba

Please sign in to comment.