<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=11"/> <meta name="generator" content="Doxygen 1.12.0"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>LinkedList: SllNode Struct Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <script type="text/javascript" src="clipboard.js"></script> <link href="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="navtreedata.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="cookie.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr id="projectrow"> <td id="projectalign"> <div id="projectname">LinkedList<span id="projectnumber"> 0.1</span> </div> <div id="projectbrief">Implementing a simple linked-list in C++</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.12.0 --> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */ $(function() { codefold.init(0); }); /* @license-end */ </script> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */ $(function() { initMenu('',false,false,'search.php','Search',true); }); /* @license-end */ </script> <div id="main-nav"></div> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */ $(function(){initNavTree('struct_sll_node.html',''); initResizable(true); }); /* @license-end */ </script> <div id="doc-content"> <div class="header"> <div class="summary"> <a href="#pub-attribs">Data Fields</a> </div> <div class="headertitle"><div class="title">SllNode Struct Reference</div></div> </div><!--header--> <div class="contents"> <p>The linked-list support data structure: <a href="#details">More...</a></p> <p><code>#include <<a class="el" href="linked-list_8h_source.html">linked-list.h</a>></code></p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pub-attribs" name="pub-attribs"></a> Data Fields</h2></td></tr> <tr class="memitem:a031c82b40763e2b1dfbc26d2f68904cb" id="r_a031c82b40763e2b1dfbc26d2f68904cb"><td class="memItemLeft" align="right" valign="top"><a id="a031c82b40763e2b1dfbc26d2f68904cb" name="a031c82b40763e2b1dfbc26d2f68904cb"></a> <a class="el" href="struct_student.html">Student</a> </td><td class="memItemRight" valign="bottom"><b>reg</b></td></tr> <tr class="memdesc:a031c82b40763e2b1dfbc26d2f68904cb"><td class="mdescLeft"> </td><td class="mdescRight"><a class="el" href="struct_student.html" title="The data to be stored in the list.">Student</a> data. <br /></td></tr> <tr class="separator:a031c82b40763e2b1dfbc26d2f68904cb"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a953727ef8884013bc4e905b16a6c32c0" id="r_a953727ef8884013bc4e905b16a6c32c0"><td class="memItemLeft" align="right" valign="top"><a id="a953727ef8884013bc4e905b16a6c32c0" name="a953727ef8884013bc4e905b16a6c32c0"></a> struct <a class="el" href="struct_sll_node.html">SllNode</a> * </td><td class="memItemRight" valign="bottom"><b>next</b></td></tr> <tr class="memdesc:a953727ef8884013bc4e905b16a6c32c0"><td class="mdescLeft"> </td><td class="mdescRight">Pointer to next node. <br /></td></tr> <tr class="separator:a953727ef8884013bc4e905b16a6c32c0"><td class="memSeparator" colspan="2"> </td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><p>The linked-list support data structure: </p> </div><hr/>The documentation for this struct was generated from the following file:<ul> <li><a class="el" href="linked-list_8h_source.html">linked-list.h</a></li> </ul> </div><!-- contents --> </div><!-- doc-content --> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="navelem"><a class="el" href="struct_sll_node.html">SllNode</a></li> <li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.12.0 </li> </ul> </div> </body> </html>