StudentWithPhoto Class Reference

List of all members.

Public Member Functions

 StudentWithPhoto ()

Public Attributes

database_interface::DBField
< std::string > 
student_first_name_
database_interface::DBField
< double > 
student_gpa_
database_interface::DBField< int > student_id_
database_interface::DBField
< std::string > 
student_last_name_
database_interface::DBField
< std::vector< std::string > > 
student_majors_
database_interface::DBField
< std::vector< char > > 
student_photo_

Detailed Description

Definition at line 104 of file students.cpp.


Constructor & Destructor Documentation

StudentWithPhoto::StudentWithPhoto (  )  [inline]

Definition at line 114 of file students.cpp.


Member Data Documentation

database_interface::DBField<std::string> StudentWithPhoto::student_first_name_

Definition at line 108 of file students.cpp.

database_interface::DBField<double> StudentWithPhoto::student_gpa_

Definition at line 111 of file students.cpp.

database_interface::DBField<int> StudentWithPhoto::student_id_

Definition at line 107 of file students.cpp.

database_interface::DBField<std::string> StudentWithPhoto::student_last_name_

Definition at line 109 of file students.cpp.

database_interface::DBField< std::vector<std::string> > StudentWithPhoto::student_majors_

Definition at line 110 of file students.cpp.

database_interface::DBField< std::vector<char> > StudentWithPhoto::student_photo_

Definition at line 112 of file students.cpp.


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables


student_database
Author(s): Matei Ciocarlie
autogenerated on Fri Jan 11 09:10:40 2013