pastebin
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
pastebin
Follow @pastebin
create new paste
trending pastes
sign up
login
my settings
my profile
My Pastes
Public Pastes
Untitled
5 sec ago
Untitled
7 sec ago
Filepremier Premium Acc...
13 sec ago
Untitled
12 sec ago
Untitled
14 sec ago
Cannot upgrade RubyGems
14 sec ago
Crypter {Project Neptun...
22 sec ago
Untitled
19 sec ago
Layout Width
Share Pastebin
AQueue.h
By: a guest | Mar 21st, 2010 | Syntax:
C++
| Size: 0.12 KB | Hits: 59 | Expires: Never
Download
|
Raw
|
Embed
|
Report abuse
template
<
typename
Object
>
class
AQueue
{
public
:
AQueue
(
)
;
void
print_capacity
(
)
const
;
private
:
int
capacity
;
}
;
create new paste
|
create new version of this paste
RAW Paste Data
template <typename Object> class AQueue { public: AQueue(); void print_capacity() const; private: int capacity; };