summaryrefslogtreecommitdiff
path: root/docs/git2/StrArray.luadoc
blob: 1be8f9cb03626ac1ab9ae83223b7ebbdb6f00d9c (plain)
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
--
-- Warning: AUTOGENERATED DOCS.
--

--- Class "StrArray".
--
module("StrArray")

--- Create a new StrArray object.
--
-- @return <a href="StrArray.html">StrArray</a>.
-- @name StrArray.new
function StrArray.new()
end

--- Destroy this object (will be called by Garbage Collector).
--
-- @name StrArray:free
function StrArray:free()
end

--- object method.
--
-- @param n Must be of type <code>integer</code>.
-- @return <code>string</code>.
-- @name StrArray:str
function StrArray:str(n)
end

--- object method.
--
-- @return <code>nil</code>.
-- @name StrArray:get_array
function StrArray:get_array()
end

--- object method.
--
-- @return <code>integer</code>.
-- @name StrArray:count
function StrArray:count()
end