summaryrefslogtreecommitdiff
path: root/doxygen/man/man3/cmd2_HistoryItem.3
diff options
context:
space:
mode:
Diffstat (limited to 'doxygen/man/man3/cmd2_HistoryItem.3')
-rw-r--r--doxygen/man/man3/cmd2_HistoryItem.384
1 files changed, 84 insertions, 0 deletions
diff --git a/doxygen/man/man3/cmd2_HistoryItem.3 b/doxygen/man/man3/cmd2_HistoryItem.3
new file mode 100644
index 0000000..46222aa
--- /dev/null
+++ b/doxygen/man/man3/cmd2_HistoryItem.3
@@ -0,0 +1,84 @@
+.TH "cmd2::HistoryItem" 3 "Fri Sep 9 2011" "Cmd2" \" -*- nroff -*-
+.ad l
+.nh
+.SH NAME
+cmd2::HistoryItem \-
+.SH SYNOPSIS
+.br
+.PP
+.SS "Public Member Functions"
+
+.in +1c
+.ti -1c
+.RI "def \fB__init__\fP"
+.br
+.ti -1c
+.RI "def \fBpr\fP"
+.br
+.in -1c
+.SS "Public Attributes"
+
+.in +1c
+.ti -1c
+.RI "\fBidx\fP"
+.br
+.ti -1c
+.RI "\fBlowercase\fP"
+.br
+.in -1c
+.SS "Static Public Attributes"
+
+.in +1c
+.ti -1c
+.RI "string \fBlistformat\fP = '-------------------------[%d]\\n%s\\n'"
+.br
+.in -1c
+.SH "Detailed Description"
+.PP
+Definition at line 1295 of file cmd2\&.py'\&.
+.SH "Constructor & Destructor Documentation"
+.PP
+.SS "def cmd2::HistoryItem::__init__ (self, instr)"
+.PP
+Definition at line 1297 of file cmd2\&.py'\&.
+.PP
+.nf
+1297
+1298 def __init__(self, instr):
+1299 str\&.__init__(self)
+1300 self\&.lowercase = self\&.lower()
+ self\&.idx = None
+.fi
+.SH "Member Function Documentation"
+.PP
+.SS "def cmd2::HistoryItem::pr (self)"
+.PP
+Definition at line 1301 of file cmd2\&.py'\&.
+.PP
+References idx, and listformat\&.
+.PP
+.nf
+1301
+1302 def pr(self):
+1303 return self\&.listformat % (self\&.idx, str(self))
+
+.fi
+.SH "Member Data Documentation"
+.PP
+.SS "\fBcmd2::HistoryItem::idx\fP"
+.PP
+Definition at line 1297 of file cmd2\&.py'\&.
+.PP
+Referenced by pr()\&.
+.SS "string \fBcmd2::HistoryItem::listformat\fP = '-------------------------[%d]\\n%s\\n'\fC [static]\fP"
+.PP
+Definition at line 1296 of file cmd2\&.py'\&.
+.PP
+Referenced by pr()\&.
+.SS "\fBcmd2::HistoryItem::lowercase\fP"
+.PP
+Definition at line 1297 of file cmd2\&.py'\&.
+
+.SH "Author"
+.PP
+Generated automatically by Doxygen for Cmd2 from the source code'\&.