File: XVector-internals.Rd

package info (click to toggle)
r-bioc-xvector 0.46.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 572 kB
  • sloc: ansic: 4,970; makefile: 2
file content (68 lines) | stat: -rw-r--r-- 1,802 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
\name{XVector internals}

% SharedVector and SharedVector_Pool classes, functions and methods:
\alias{class:SharedVector}
\alias{SharedVector-class}
\alias{SharedVector}
\alias{class:SharedVector_Pool}
\alias{SharedVector_Pool-class}
\alias{SharedVector_Pool}

\alias{show,externalptr-method}
\alias{length,SharedVector-method}
\alias{show,SharedVector-method}
\alias{length,SharedVector_Pool-method}
\alias{width,SharedVector_Pool-method}
\alias{show,SharedVector_Pool-method}
\alias{coerce,SharedVector,SharedVector_Pool-method}
\alias{c,SharedVector_Pool-method}
\alias{[,SharedVector_Pool-method}
\alias{SharedVector.compare}
\alias{SharedVector.copy}
\alias{as.numeric,SharedVector-method}
\alias{==,SharedVector,SharedVector-method}
\alias{!=,SharedVector,SharedVector-method}

% SharedRaw and SharedRaw_Pool classes, functions and methods:
\alias{class:SharedRaw}
\alias{SharedRaw-class}
\alias{SharedRaw}
\alias{class:SharedRaw_Pool}
\alias{SharedRaw_Pool-class}
\alias{SharedRaw_Pool}

\alias{[[,SharedRaw_Pool-method}
\alias{[[<-,SharedRaw_Pool-method}
\alias{SharedRaw.readInts}
\alias{SharedRaw.writeInts}
\alias{SharedRaw.read}
\alias{SharedRaw.write}
\alias{SharedRaw.readComplexes}
\alias{as.integer,SharedRaw-method}
\alias{toString,SharedRaw-method}

% SharedInteger class, functions and methods:
\alias{class:SharedInteger}
\alias{SharedInteger-class}
\alias{SharedInteger}

\alias{as.integer,SharedInteger-method}

% SharedDouble class, functions and methods:
\alias{class:SharedDouble}
\alias{SharedDouble-class}
\alias{SharedDouble}

\alias{as.numeric,SharedDouble-method}


\title{XVector internals}

\description{
  Objects, classes and methods defined in the XVector package that are not
  intended to be used directly.
}

\keyword{internal}
\keyword{methods}
\keyword{classes}