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_ |
Definition at line 104 of file students.cpp.
StudentWithPhoto::StudentWithPhoto | ( | ) | [inline] |
Definition at line 114 of file students.cpp.
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.