File: swap.Rd

package info (click to toggle)
r-cran-rprotobuf 0.4.23-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,392 kB
  • sloc: cpp: 4,060; ansic: 462; python: 43; sh: 30; makefile: 27
file content (15 lines) | stat: -rw-r--r-- 465 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
\name{swap-methods}
\docType{methods}
\alias{swap}
\alias{swap-methods}
\alias{swap,Message-method}
\title{swap elements of a repeated field of a message}
\description{
swap elements of a repeated field of a message.
}
\section{Methods}{
\describe{
\item{\code{signature(object = "Message")}}{swap elements of a repeated field of a message}
}}
\references{See the \code{SwapElements} of the \code{Reflection} class, part of the protobuf library.}
\keyword{methods}