Main Page
Classes
Files
File List
File Members
example.h
Go to the documentation of this file.
1
#ifndef EXAMPLE_H
2
#define EXAMPLE_H
3
4
/*
5
* example.h
6
* Copyright (c) 2016 Georgetown University. All Rights Reserved.
7
*/
8
9
#include <iostream>
10
#include <vector>
11
12
using namespace
std;
13
23
class
Example
:
public
vector<double>
24
{
25
34
friend
ostream &
operator<<
( ostream &out,
const
Example
&e );
35
36
public
:
37
39
Example
(
int
n );
40
41
};
// Example class
42
43
#endif
Example
Definition:
example.h:23
operator<<
ostream & operator<<(ostream &out, const Attribute &a)
Definition:
attribute.cc:31
Generated on Tue Feb 9 2016 06:32:10 by
1.8.6