R/RcppExports.R

Defines functions c_timestamp_decode c_timestamp_encode c_unpack c_pack enumEx arrayEx

Documented in arrayEx enumEx

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

#' Simple MsgPack Example
#' 
#' @details The function provides a simple illustration of MessagePack.
#' @return A boolean value of \code{TRUE} is returned, but the function exists
#' for its side effect.
#' @seealso The MessagePack documentation, particularly the msgpack-c examples.
arrayEx <- function() {
    .Call(`_RcppMsgPack_arrayEx`)
}

#' Second simple MsgPack Example
#' 
#' @details The function provides a simple illustration of MessagePack.
#' @return A boolean value of \code{TRUE} is returned, but the function exists
#' for its side effect.
#' @seealso The MessagePack documentation, particularly the msgpack-c examples.
enumEx <- function() {
    .Call(`_RcppMsgPack_enumEx`)
}

c_pack <- function(root_obj) {
    .Call(`_RcppMsgPack_c_pack`, root_obj)
}

c_unpack <- function(char_message, simplify) {
    .Call(`_RcppMsgPack_c_unpack`, char_message, simplify)
}

c_timestamp_encode <- function(seconds, nanoseconds) {
    .Call(`_RcppMsgPack_c_timestamp_encode`, seconds, nanoseconds)
}

c_timestamp_decode <- function(v) {
    .Call(`_RcppMsgPack_c_timestamp_decode`, v)
}
eddelbuettel/rcppmsgpack documentation built on March 27, 2024, 12:17 p.m.