[353] | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
---|
| 2 | <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> |
---|
| 3 | <title>mixpp: itfile.cpp File Reference</title> |
---|
| 4 | <link href="tabs.css" rel="stylesheet" type="text/css"> |
---|
| 5 | <link href="doxygen.css" rel="stylesheet" type="text/css"> |
---|
| 6 | </head><body> |
---|
| 7 | <!-- Generated by Doxygen 1.5.8 --> |
---|
| 8 | <script type="text/javascript"> |
---|
| 9 | <!-- |
---|
| 10 | function changeDisplayState (e){ |
---|
| 11 | var num=this.id.replace(/[^[0-9]/g,''); |
---|
| 12 | var button=this.firstChild; |
---|
| 13 | var sectionDiv=document.getElementById('dynsection'+num); |
---|
| 14 | if (sectionDiv.style.display=='none'||sectionDiv.style.display==''){ |
---|
| 15 | sectionDiv.style.display='block'; |
---|
| 16 | button.src='open.gif'; |
---|
| 17 | }else{ |
---|
| 18 | sectionDiv.style.display='none'; |
---|
| 19 | button.src='closed.gif'; |
---|
| 20 | } |
---|
| 21 | } |
---|
| 22 | function initDynSections(){ |
---|
| 23 | var divs=document.getElementsByTagName('div'); |
---|
| 24 | var sectionCounter=1; |
---|
| 25 | for(var i=0;i<divs.length-1;i++){ |
---|
| 26 | if(divs[i].className=='dynheader'&&divs[i+1].className=='dynsection'){ |
---|
| 27 | var header=divs[i]; |
---|
| 28 | var section=divs[i+1]; |
---|
| 29 | var button=header.firstChild; |
---|
| 30 | if (button!='IMG'){ |
---|
| 31 | divs[i].insertBefore(document.createTextNode(' '),divs[i].firstChild); |
---|
| 32 | button=document.createElement('img'); |
---|
| 33 | divs[i].insertBefore(button,divs[i].firstChild); |
---|
| 34 | } |
---|
| 35 | header.style.cursor='pointer'; |
---|
| 36 | header.onclick=changeDisplayState; |
---|
| 37 | header.id='dynheader'+sectionCounter; |
---|
| 38 | button.src='closed.gif'; |
---|
| 39 | section.id='dynsection'+sectionCounter; |
---|
| 40 | section.style.display='none'; |
---|
| 41 | section.style.marginLeft='14px'; |
---|
| 42 | sectionCounter++; |
---|
| 43 | } |
---|
| 44 | } |
---|
| 45 | } |
---|
| 46 | window.onload = initDynSections; |
---|
| 47 | --> |
---|
| 48 | </script> |
---|
| 49 | <div class="navigation" id="top"> |
---|
| 50 | <div class="tabs"> |
---|
| 51 | <ul> |
---|
| 52 | <li><a href="main.html"><span>Main Page</span></a></li> |
---|
| 53 | <li><a href="pages.html"><span>Related Pages</span></a></li> |
---|
| 54 | <li><a href="modules.html"><span>Modules</span></a></li> |
---|
| 55 | <li><a href="annotated.html"><span>Classes</span></a></li> |
---|
| 56 | <li class="current"><a href="files.html"><span>Files</span></a></li> |
---|
| 57 | </ul> |
---|
| 58 | </div> |
---|
| 59 | <div class="tabs"> |
---|
| 60 | <ul> |
---|
| 61 | <li><a href="files.html"><span>File List</span></a></li> |
---|
| 62 | <li><a href="globals.html"><span>File Members</span></a></li> |
---|
| 63 | </ul> |
---|
| 64 | </div> |
---|
| 65 | </div> |
---|
| 66 | <div class="contents"> |
---|
| 67 | <h1>itfile.cpp File Reference</h1>Implementation of classes for the IT++ file format. |
---|
| 68 | <a href="#_details">More...</a> |
---|
| 69 | <p> |
---|
| 70 | <code>#include <<a class="el" href="itfile_8h-source.html">itpp/base/itfile.h</a>></code><br> |
---|
| 71 | <table border="0" cellpadding="0" cellspacing="0"> |
---|
| 72 | <tr><td></td></tr> |
---|
| 73 | <tr><td colspan="2"><br><h2>Functions</h2></td></tr> |
---|
| 74 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g280f993271f63dd8cf170cc89e708e6e"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="g280f993271f63dd8cf170cc89e708e6e" args="(it_ifile &f, char &v)" --> |
---|
| 75 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g280f993271f63dd8cf170cc89e708e6e">itpp::operator>></a> (it_ifile &f, char &v)</td></tr> |
---|
| 76 | |
---|
| 77 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the char variable <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
| 78 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g44ec692d4378a95aaf4df751fd708f23"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="g44ec692d4378a95aaf4df751fd708f23" args="(it_ifile &f, bool &v)" --> |
---|
| 79 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g44ec692d4378a95aaf4df751fd708f23">itpp::operator>></a> (it_ifile &f, bool &v)</td></tr> |
---|
| 80 | |
---|
| 81 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the bool variable <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
| 82 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g73156e88410ece45a26271d472f973bf"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="g73156e88410ece45a26271d472f973bf" args="(it_ifile &f, bin &v)" --> |
---|
| 83 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g73156e88410ece45a26271d472f973bf">itpp::operator>></a> (it_ifile &f, bin &v)</td></tr> |
---|
| 84 | |
---|
| 85 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the binary variable <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
| 86 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g2883ad49b7a5acc270e6fbdb9dc2ff1d"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="g2883ad49b7a5acc270e6fbdb9dc2ff1d" args="(it_ifile &f, short &v)" --> |
---|
| 87 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g2883ad49b7a5acc270e6fbdb9dc2ff1d">itpp::operator>></a> (it_ifile &f, short &v)</td></tr> |
---|
| 88 | |
---|
| 89 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the short variable <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
| 90 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g4554cba7d8de58216838dae0dcb3d126"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="g4554cba7d8de58216838dae0dcb3d126" args="(it_ifile &f, int &v)" --> |
---|
| 91 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g4554cba7d8de58216838dae0dcb3d126">itpp::operator>></a> (it_ifile &f, int &v)</td></tr> |
---|
| 92 | |
---|
| 93 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the integer variable <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
| 94 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ge7a1062053883bafe3842b0bd72eab8d"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="ge7a1062053883bafe3842b0bd72eab8d" args="(it_ifile &f, float &v)" --> |
---|
| 95 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#ge7a1062053883bafe3842b0bd72eab8d">itpp::operator>></a> (it_ifile &f, float &v)</td></tr> |
---|
| 96 | |
---|
| 97 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the float variable <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
| 98 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gdc551e7e996be40e4d690978b81d9e99"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="gdc551e7e996be40e4d690978b81d9e99" args="(it_ifile &f, double &v)" --> |
---|
| 99 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gdc551e7e996be40e4d690978b81d9e99">itpp::operator>></a> (it_ifile &f, double &v)</td></tr> |
---|
| 100 | |
---|
| 101 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the double variable <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
| 102 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g3d085b0c1334779e46e108118182ba83"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="g3d085b0c1334779e46e108118182ba83" args="(it_ifile &f, std::complex< float > &v)" --> |
---|
| 103 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g3d085b0c1334779e46e108118182ba83">itpp::operator>></a> (it_ifile &f, std::complex< float > &v)</td></tr> |
---|
| 104 | |
---|
| 105 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the float complex variable <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
| 106 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ge1019a5690ccff092a8090fff202a953"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="ge1019a5690ccff092a8090fff202a953" args="(it_ifile &f, std::complex< double > &v)" --> |
---|
| 107 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#ge1019a5690ccff092a8090fff202a953">itpp::operator>></a> (it_ifile &f, std::complex< double > &v)</td></tr> |
---|
| 108 | |
---|
| 109 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the double complex variable <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
| 110 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g9dc0f8b5ce054bcfc3cfa7ad195f3a9b"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="g9dc0f8b5ce054bcfc3cfa7ad195f3a9b" args="(it_ifile &f, bvec &v)" --> |
---|
| 111 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g9dc0f8b5ce054bcfc3cfa7ad195f3a9b">itpp::operator>></a> (it_ifile &f, <a class="el" href="classitpp_1_1Vec.html#e10151f44bbabf17b670a9493d8088cf">bvec</a> &v)</td></tr> |
---|
| 112 | |
---|
| 113 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the bvec <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
| 114 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g2a7c863335ce93ecd214a7d6829081f0"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="g2a7c863335ce93ecd214a7d6829081f0" args="(it_ifile &f, svec &v)" --> |
---|
| 115 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g2a7c863335ce93ecd214a7d6829081f0">itpp::operator>></a> (it_ifile &f, <a class="el" href="classitpp_1_1Vec.html#7d53e7d4b228c818e8ade5c59c4ed9d9">svec</a> &v)</td></tr> |
---|
| 116 | |
---|
| 117 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the svec <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
| 118 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g4692514e2c40dd2d06b969faf7b19582"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="g4692514e2c40dd2d06b969faf7b19582" args="(it_ifile &f, ivec &v)" --> |
---|
| 119 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g4692514e2c40dd2d06b969faf7b19582">itpp::operator>></a> (it_ifile &f, <a class="el" href="classitpp_1_1Vec.html#b03757d874926a9be91535e71af1656e">ivec</a> &v)</td></tr> |
---|
| 120 | |
---|
| 121 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the ivec <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
| 122 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g958315c738305663890ca0b373d768c3"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="g958315c738305663890ca0b373d768c3" args="(it_ifile &f, vec &v)" --> |
---|
| 123 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g958315c738305663890ca0b373d768c3">itpp::operator>></a> (it_ifile &f, <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> &v)</td></tr> |
---|
| 124 | |
---|
| 125 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the vec <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
| 126 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g98da8ebbc297a276853cd95a5d39f97b"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="g98da8ebbc297a276853cd95a5d39f97b" args="(it_ifile &f, cvec &v)" --> |
---|
| 127 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g98da8ebbc297a276853cd95a5d39f97b">itpp::operator>></a> (it_ifile &f, <a class="el" href="classitpp_1_1Vec.html#e83c1408740e41a7e29c383b71d4d544">cvec</a> &v)</td></tr> |
---|
| 128 | |
---|
| 129 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the cvec <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
| 130 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ge2a50f26ed78f8dec731ac1e057c985d"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="ge2a50f26ed78f8dec731ac1e057c985d" args="(it_ifile &f, std::string &str)" --> |
---|
| 131 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#ge2a50f26ed78f8dec731ac1e057c985d">itpp::operator>></a> (it_ifile &f, std::string &str)</td></tr> |
---|
| 132 | |
---|
| 133 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the string <code>str</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
| 134 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g225d7f512acc8d4325bd1664e370f161"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="g225d7f512acc8d4325bd1664e370f161" args="(it_ifile &f, bmat &m)" --> |
---|
| 135 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g225d7f512acc8d4325bd1664e370f161">itpp::operator>></a> (it_ifile &f, <a class="el" href="mat_8h.html#f90acd1af41bf2d1d8a4bb23662fff69">bmat</a> &m)</td></tr> |
---|
| 136 | |
---|
| 137 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the bmat <code>m</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
| 138 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g151c881ee70804af017d5816c03e0277"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="g151c881ee70804af017d5816c03e0277" args="(it_ifile &f, smat &m)" --> |
---|
| 139 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g151c881ee70804af017d5816c03e0277">itpp::operator>></a> (it_ifile &f, <a class="el" href="classitpp_1_1Mat.html#debd320317a18c022d3ca856af6d3687">smat</a> &m)</td></tr> |
---|
| 140 | |
---|
| 141 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the smat <code>m</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
| 142 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g2b1f42241ec021366d82e2157f188b9a"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="g2b1f42241ec021366d82e2157f188b9a" args="(it_ifile &f, imat &m)" --> |
---|
| 143 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g2b1f42241ec021366d82e2157f188b9a">itpp::operator>></a> (it_ifile &f, <a class="el" href="classitpp_1_1Mat.html#9e0dd2f635e4bd0b28c09685d9c4f3bb">imat</a> &m)</td></tr> |
---|
| 144 | |
---|
| 145 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the imat <code>m</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
| 146 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g874048109adc92f4c94934659f6a68bb"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="g874048109adc92f4c94934659f6a68bb" args="(it_ifile &f, mat &m)" --> |
---|
| 147 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g874048109adc92f4c94934659f6a68bb">itpp::operator>></a> (it_ifile &f, <a class="el" href="classitpp_1_1Mat.html#6bba394f181c76fda12759568986c613">mat</a> &m)</td></tr> |
---|
| 148 | |
---|
| 149 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the mat <code>m</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
| 150 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g094bfdf93c3709c42abb58335788ba2e"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="g094bfdf93c3709c42abb58335788ba2e" args="(it_ifile &f, cmat &m)" --> |
---|
| 151 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g094bfdf93c3709c42abb58335788ba2e">itpp::operator>></a> (it_ifile &f, <a class="el" href="classitpp_1_1Mat.html#6fbac4b7184807da188e5b85d42f038b">cmat</a> &m)</td></tr> |
---|
| 152 | |
---|
| 153 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the cmat <code>m</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
| 154 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g9f3120e647198e6d31d0ce4ff1f8bd61"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="g9f3120e647198e6d31d0ce4ff1f8bd61" args="(it_ifile &f, Array< bin > &v)" --> |
---|
| 155 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g9f3120e647198e6d31d0ce4ff1f8bd61">itpp::operator>></a> (it_ifile &f, Array< bin > &v)</td></tr> |
---|
| 156 | |
---|
| 157 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the binary <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
| 158 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g8944a69b7bf7d45a7cddf4af59951e68"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="g8944a69b7bf7d45a7cddf4af59951e68" args="(it_ifile &f, Array< short > &v)" --> |
---|
| 159 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g8944a69b7bf7d45a7cddf4af59951e68">itpp::operator>></a> (it_ifile &f, Array< short > &v)</td></tr> |
---|
| 160 | |
---|
| 161 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the short integer <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
| 162 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gb5efc234acb63bea16cf550f048d5ce7"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="gb5efc234acb63bea16cf550f048d5ce7" args="(it_ifile &f, Array< int > &v)" --> |
---|
| 163 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gb5efc234acb63bea16cf550f048d5ce7">itpp::operator>></a> (it_ifile &f, Array< int > &v)</td></tr> |
---|
| 164 | |
---|
| 165 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the integer <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
| 166 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g8e30bf8adc48dfdd05a4798dd70dea0a"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="g8e30bf8adc48dfdd05a4798dd70dea0a" args="(it_ifile &f, Array< float > &v)" --> |
---|
| 167 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g8e30bf8adc48dfdd05a4798dd70dea0a">itpp::operator>></a> (it_ifile &f, Array< float > &v)</td></tr> |
---|
| 168 | |
---|
| 169 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the float <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
| 170 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ga9cfe5251f0f4ef7aa8227db17a0c9d6"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="ga9cfe5251f0f4ef7aa8227db17a0c9d6" args="(it_ifile &f, Array< double > &v)" --> |
---|
| 171 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#ga9cfe5251f0f4ef7aa8227db17a0c9d6">itpp::operator>></a> (it_ifile &f, Array< double > &v)</td></tr> |
---|
| 172 | |
---|
| 173 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the double <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
| 174 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g0bfc8e56b0971aab52173189e2e62691"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="g0bfc8e56b0971aab52173189e2e62691" args="(it_ifile &f, Array< std::complex< float > > &v)" --> |
---|
| 175 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g0bfc8e56b0971aab52173189e2e62691">itpp::operator>></a> (it_ifile &f, Array< std::complex< float > > &v)</td></tr> |
---|
| 176 | |
---|
| 177 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the float complex <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
| 178 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gef0ef02dba75c60e857e0c3d58d05fd3"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="gef0ef02dba75c60e857e0c3d58d05fd3" args="(it_ifile &f, Array< std::complex< double > > &v)" --> |
---|
| 179 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gef0ef02dba75c60e857e0c3d58d05fd3">itpp::operator>></a> (it_ifile &f, Array< std::complex< double > > &v)</td></tr> |
---|
| 180 | |
---|
| 181 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the double complex <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
| 182 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g5273b6d411818105095fffffae742ff9"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="g5273b6d411818105095fffffae742ff9" args="(it_ifile &f, Array< bvec > &v)" --> |
---|
| 183 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g5273b6d411818105095fffffae742ff9">itpp::operator>></a> (it_ifile &f, Array< <a class="el" href="classitpp_1_1Vec.html#e10151f44bbabf17b670a9493d8088cf">bvec</a> > &v)</td></tr> |
---|
| 184 | |
---|
| 185 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the bvec <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
| 186 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ga179aec94c6e04c7c26de00ec3068133"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="ga179aec94c6e04c7c26de00ec3068133" args="(it_ifile &f, Array< svec > &v)" --> |
---|
| 187 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#ga179aec94c6e04c7c26de00ec3068133">itpp::operator>></a> (it_ifile &f, Array< <a class="el" href="classitpp_1_1Vec.html#7d53e7d4b228c818e8ade5c59c4ed9d9">svec</a> > &v)</td></tr> |
---|
| 188 | |
---|
| 189 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the svec <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
| 190 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gdd061057bf50dcb9f684f6dbccab128a"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="gdd061057bf50dcb9f684f6dbccab128a" args="(it_ifile &f, Array< ivec > &v)" --> |
---|
| 191 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gdd061057bf50dcb9f684f6dbccab128a">itpp::operator>></a> (it_ifile &f, Array< <a class="el" href="classitpp_1_1Vec.html#b03757d874926a9be91535e71af1656e">ivec</a> > &v)</td></tr> |
---|
| 192 | |
---|
| 193 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the ivec <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
| 194 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g2cd1c3dc1e29d36331c92f4416d58f82"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="g2cd1c3dc1e29d36331c92f4416d58f82" args="(it_ifile &f, Array< vec > &v)" --> |
---|
| 195 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g2cd1c3dc1e29d36331c92f4416d58f82">itpp::operator>></a> (it_ifile &f, Array< <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> > &v)</td></tr> |
---|
| 196 | |
---|
| 197 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the vec <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
| 198 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gcc58a680f656efb81d0f5b9b5e4110b6"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="gcc58a680f656efb81d0f5b9b5e4110b6" args="(it_ifile &f, Array< cvec > &v)" --> |
---|
| 199 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gcc58a680f656efb81d0f5b9b5e4110b6">itpp::operator>></a> (it_ifile &f, Array< <a class="el" href="classitpp_1_1Vec.html#e83c1408740e41a7e29c383b71d4d544">cvec</a> > &v)</td></tr> |
---|
| 200 | |
---|
| 201 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the cvec <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
| 202 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g8ae29ab6534c877f2e1c1f80fbeadd4c"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="g8ae29ab6534c877f2e1c1f80fbeadd4c" args="(it_ifile &f, Array< std::string > &v)" --> |
---|
| 203 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g8ae29ab6534c877f2e1c1f80fbeadd4c">itpp::operator>></a> (it_ifile &f, Array< std::string > &v)</td></tr> |
---|
| 204 | |
---|
| 205 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the string <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
| 206 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gc007b9e49e616ce625a9579f866df6d0"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="gc007b9e49e616ce625a9579f866df6d0" args="(it_ifile &f, Array< bmat > &v)" --> |
---|
| 207 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gc007b9e49e616ce625a9579f866df6d0">itpp::operator>></a> (it_ifile &f, Array< <a class="el" href="mat_8h.html#f90acd1af41bf2d1d8a4bb23662fff69">bmat</a> > &v)</td></tr> |
---|
| 208 | |
---|
| 209 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the bmat <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
| 210 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g9b3565c2fd60ea4a18d5b0fbb4c04d3e"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="g9b3565c2fd60ea4a18d5b0fbb4c04d3e" args="(it_ifile &f, Array< smat > &v)" --> |
---|
| 211 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g9b3565c2fd60ea4a18d5b0fbb4c04d3e">itpp::operator>></a> (it_ifile &f, Array< <a class="el" href="classitpp_1_1Mat.html#debd320317a18c022d3ca856af6d3687">smat</a> > &v)</td></tr> |
---|
| 212 | |
---|
| 213 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the bmat <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
| 214 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gfe3bca94ecb7b4ee7d8f93bb88f6f06f"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="gfe3bca94ecb7b4ee7d8f93bb88f6f06f" args="(it_ifile &f, Array< imat > &v)" --> |
---|
| 215 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gfe3bca94ecb7b4ee7d8f93bb88f6f06f">itpp::operator>></a> (it_ifile &f, Array< <a class="el" href="classitpp_1_1Mat.html#9e0dd2f635e4bd0b28c09685d9c4f3bb">imat</a> > &v)</td></tr> |
---|
| 216 | |
---|
| 217 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the imat <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
| 218 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g45b206fcc216a74dd0f91dc80cb8ae96"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="g45b206fcc216a74dd0f91dc80cb8ae96" args="(it_ifile &f, Array< mat > &v)" --> |
---|
| 219 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g45b206fcc216a74dd0f91dc80cb8ae96">itpp::operator>></a> (it_ifile &f, Array< <a class="el" href="classitpp_1_1Mat.html#6bba394f181c76fda12759568986c613">mat</a> > &v)</td></tr> |
---|
| 220 | |
---|
| 221 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the mat <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
| 222 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g11824e3eebade1cd49a3e0afcd35bd00"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="g11824e3eebade1cd49a3e0afcd35bd00" args="(it_ifile &f, Array< cmat > &v)" --> |
---|
| 223 | it_ifile & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g11824e3eebade1cd49a3e0afcd35bd00">itpp::operator>></a> (it_ifile &f, Array< <a class="el" href="classitpp_1_1Mat.html#6fbac4b7184807da188e5b85d42f038b">cmat</a> > &v)</td></tr> |
---|
| 224 | |
---|
| 225 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the cmat <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr> |
---|
| 226 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g6eed974716b166ec1baaee323e61ae7d"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="g6eed974716b166ec1baaee323e61ae7d" args="(it_file &f, char x)" --> |
---|
| 227 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g6eed974716b166ec1baaee323e61ae7d">itpp::operator<<</a> (it_file &f, char x)</td></tr> |
---|
| 228 | |
---|
| 229 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the char variable <code>x</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
| 230 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g77485783b1b0e2906cdd64e913ff5eb2"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="g77485783b1b0e2906cdd64e913ff5eb2" args="(it_file &f, bool x)" --> |
---|
| 231 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g77485783b1b0e2906cdd64e913ff5eb2">itpp::operator<<</a> (it_file &f, bool x)</td></tr> |
---|
| 232 | |
---|
| 233 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the bool variable <code>x</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
| 234 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gb9ad62d2c3114f23da4466e35a900226"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="gb9ad62d2c3114f23da4466e35a900226" args="(it_file &f, bin x)" --> |
---|
| 235 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gb9ad62d2c3114f23da4466e35a900226">itpp::operator<<</a> (it_file &f, bin x)</td></tr> |
---|
| 236 | |
---|
| 237 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the binary variable <code>x</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
| 238 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gc35ed281f0dc443f44cf0c59d305b4f5"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="gc35ed281f0dc443f44cf0c59d305b4f5" args="(it_file &f, short x)" --> |
---|
| 239 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gc35ed281f0dc443f44cf0c59d305b4f5">itpp::operator<<</a> (it_file &f, short x)</td></tr> |
---|
| 240 | |
---|
| 241 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the short variable <code>x</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
| 242 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g062ab1ef4fdb7725439654f642610fb6"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="g062ab1ef4fdb7725439654f642610fb6" args="(it_file &f, int x)" --> |
---|
| 243 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g062ab1ef4fdb7725439654f642610fb6">itpp::operator<<</a> (it_file &f, int x)</td></tr> |
---|
| 244 | |
---|
| 245 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the integer variable <code>x</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
| 246 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g7351011f98711b3663aee8f49f973abb"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="g7351011f98711b3663aee8f49f973abb" args="(it_file &f, float x)" --> |
---|
| 247 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g7351011f98711b3663aee8f49f973abb">itpp::operator<<</a> (it_file &f, float x)</td></tr> |
---|
| 248 | |
---|
| 249 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the float variable <code>x</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
| 250 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gc5d8c82f15ae783debf95f9765d35234"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="gc5d8c82f15ae783debf95f9765d35234" args="(it_file &f, double x)" --> |
---|
| 251 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gc5d8c82f15ae783debf95f9765d35234">itpp::operator<<</a> (it_file &f, double x)</td></tr> |
---|
| 252 | |
---|
| 253 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the double variable <code>x</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
| 254 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g0cf2dee8bdc418599d49b29f768f3923"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="g0cf2dee8bdc418599d49b29f768f3923" args="(it_file &f, std::complex< float > x)" --> |
---|
| 255 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g0cf2dee8bdc418599d49b29f768f3923">itpp::operator<<</a> (it_file &f, std::complex< float > x)</td></tr> |
---|
| 256 | |
---|
| 257 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the float complex variable <code>x</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
| 258 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ge866393508b741620e3bea3d3c46b347"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="ge866393508b741620e3bea3d3c46b347" args="(it_file &f, std::complex< double > x)" --> |
---|
| 259 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#ge866393508b741620e3bea3d3c46b347">itpp::operator<<</a> (it_file &f, std::complex< double > x)</td></tr> |
---|
| 260 | |
---|
| 261 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the double complex variable <code>x</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
| 262 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gb895ee83b9d78b2a69f28518479bd0c2"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="gb895ee83b9d78b2a69f28518479bd0c2" args="(it_file &f, const bvec &v)" --> |
---|
| 263 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gb895ee83b9d78b2a69f28518479bd0c2">itpp::operator<<</a> (it_file &f, const <a class="el" href="classitpp_1_1Vec.html#e10151f44bbabf17b670a9493d8088cf">bvec</a> &v)</td></tr> |
---|
| 264 | |
---|
| 265 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the bvec <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
| 266 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ga94ce5333fed62623813d6cbcb70c1cb"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="ga94ce5333fed62623813d6cbcb70c1cb" args="(it_file &f, const svec &v)" --> |
---|
| 267 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#ga94ce5333fed62623813d6cbcb70c1cb">itpp::operator<<</a> (it_file &f, const <a class="el" href="classitpp_1_1Vec.html#7d53e7d4b228c818e8ade5c59c4ed9d9">svec</a> &v)</td></tr> |
---|
| 268 | |
---|
| 269 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the svec <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
| 270 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g3dee62dcc4518d4af5917e50b81b5c2c"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="g3dee62dcc4518d4af5917e50b81b5c2c" args="(it_file &f, const ivec &v)" --> |
---|
| 271 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g3dee62dcc4518d4af5917e50b81b5c2c">itpp::operator<<</a> (it_file &f, const <a class="el" href="classitpp_1_1Vec.html#b03757d874926a9be91535e71af1656e">ivec</a> &v)</td></tr> |
---|
| 272 | |
---|
| 273 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the ivec <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
| 274 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gad695a9d7f6b8b675d9eae64753dfd7e"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="gad695a9d7f6b8b675d9eae64753dfd7e" args="(it_file &f, const vec &v)" --> |
---|
| 275 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gad695a9d7f6b8b675d9eae64753dfd7e">itpp::operator<<</a> (it_file &f, const <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> &v)</td></tr> |
---|
| 276 | |
---|
| 277 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the vec <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
| 278 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g21dde66c760f5f7fb5a70f0b786a8e7f"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="g21dde66c760f5f7fb5a70f0b786a8e7f" args="(it_file &f, const cvec &v)" --> |
---|
| 279 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g21dde66c760f5f7fb5a70f0b786a8e7f">itpp::operator<<</a> (it_file &f, const <a class="el" href="classitpp_1_1Vec.html#e83c1408740e41a7e29c383b71d4d544">cvec</a> &v)</td></tr> |
---|
| 280 | |
---|
| 281 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the cvec <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
| 282 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g3f3dbae9e8c925332d875424b0f817c2"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="g3f3dbae9e8c925332d875424b0f817c2" args="(it_file &f, const std::string &str)" --> |
---|
| 283 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g3f3dbae9e8c925332d875424b0f817c2">itpp::operator<<</a> (it_file &f, const std::string &str)</td></tr> |
---|
| 284 | |
---|
| 285 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the string <code>str</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
| 286 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g56ef764febc0e47802d22faae548e9f7"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="g56ef764febc0e47802d22faae548e9f7" args="(it_file &f, const bmat &m)" --> |
---|
| 287 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g56ef764febc0e47802d22faae548e9f7">itpp::operator<<</a> (it_file &f, const <a class="el" href="mat_8h.html#f90acd1af41bf2d1d8a4bb23662fff69">bmat</a> &m)</td></tr> |
---|
| 288 | |
---|
| 289 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the bmat <code>m</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
| 290 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g9381d5f972d51f69e7cb8e7981757146"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="g9381d5f972d51f69e7cb8e7981757146" args="(it_file &f, const smat &m)" --> |
---|
| 291 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g9381d5f972d51f69e7cb8e7981757146">itpp::operator<<</a> (it_file &f, const <a class="el" href="classitpp_1_1Mat.html#debd320317a18c022d3ca856af6d3687">smat</a> &m)</td></tr> |
---|
| 292 | |
---|
| 293 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the smat <code>m</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
| 294 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g593f4cebbe97f056477161978fd1bdcc"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="g593f4cebbe97f056477161978fd1bdcc" args="(it_file &f, const imat &m)" --> |
---|
| 295 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g593f4cebbe97f056477161978fd1bdcc">itpp::operator<<</a> (it_file &f, const <a class="el" href="classitpp_1_1Mat.html#9e0dd2f635e4bd0b28c09685d9c4f3bb">imat</a> &m)</td></tr> |
---|
| 296 | |
---|
| 297 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the imat <code>m</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
| 298 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g1b7d6c3e0bb6011be9785ce39c6210c1"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="g1b7d6c3e0bb6011be9785ce39c6210c1" args="(it_file &f, const mat &m)" --> |
---|
| 299 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g1b7d6c3e0bb6011be9785ce39c6210c1">itpp::operator<<</a> (it_file &f, const <a class="el" href="classitpp_1_1Mat.html#6bba394f181c76fda12759568986c613">mat</a> &m)</td></tr> |
---|
| 300 | |
---|
| 301 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the mat <code>m</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
| 302 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g68f7990c8d75cd4f7791cbda74a96bdf"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="g68f7990c8d75cd4f7791cbda74a96bdf" args="(it_file &f, const cmat &m)" --> |
---|
| 303 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g68f7990c8d75cd4f7791cbda74a96bdf">itpp::operator<<</a> (it_file &f, const <a class="el" href="classitpp_1_1Mat.html#6fbac4b7184807da188e5b85d42f038b">cmat</a> &m)</td></tr> |
---|
| 304 | |
---|
| 305 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the cmat <code>m</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
| 306 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gcb5994cba094c03eacb1f02b5c347b40"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="gcb5994cba094c03eacb1f02b5c347b40" args="(it_file &f, const Array< bin > &v)" --> |
---|
| 307 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gcb5994cba094c03eacb1f02b5c347b40">itpp::operator<<</a> (it_file &f, const Array< bin > &v)</td></tr> |
---|
| 308 | |
---|
| 309 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the <a class="el" href="classitpp_1_1bin.html" title="Binary arithmetic (boolean) class.">bin</a> <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
| 310 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g7282890470c9b7baf0d796682386ec84"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="g7282890470c9b7baf0d796682386ec84" args="(it_file &f, const Array< short > &v)" --> |
---|
| 311 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g7282890470c9b7baf0d796682386ec84">itpp::operator<<</a> (it_file &f, const Array< short > &v)</td></tr> |
---|
| 312 | |
---|
| 313 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the short int <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
| 314 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g043ba3a5a3d0ac2afed822f639c274c4"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="g043ba3a5a3d0ac2afed822f639c274c4" args="(it_file &f, const Array< int > &v)" --> |
---|
| 315 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g043ba3a5a3d0ac2afed822f639c274c4">itpp::operator<<</a> (it_file &f, const Array< int > &v)</td></tr> |
---|
| 316 | |
---|
| 317 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the int <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
| 318 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g93f65444f44c01b465fa772896c69dde"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="g93f65444f44c01b465fa772896c69dde" args="(it_file &f, const Array< float > &v)" --> |
---|
| 319 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g93f65444f44c01b465fa772896c69dde">itpp::operator<<</a> (it_file &f, const Array< float > &v)</td></tr> |
---|
| 320 | |
---|
| 321 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the float <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
| 322 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g323e4805ee9245f87674881d4b6ec2d0"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="g323e4805ee9245f87674881d4b6ec2d0" args="(it_file &f, const Array< double > &v)" --> |
---|
| 323 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g323e4805ee9245f87674881d4b6ec2d0">itpp::operator<<</a> (it_file &f, const Array< double > &v)</td></tr> |
---|
| 324 | |
---|
| 325 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the double <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
| 326 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g9027f4997841d95df7a42ffbd073f44f"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="g9027f4997841d95df7a42ffbd073f44f" args="(it_file &f, const Array< std::complex< float > > &v)" --> |
---|
| 327 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g9027f4997841d95df7a42ffbd073f44f">itpp::operator<<</a> (it_file &f, const Array< std::complex< float > > &v)</td></tr> |
---|
| 328 | |
---|
| 329 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the float complex <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
| 330 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g4aeec65cd1d84213b3c35c189beedc39"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="g4aeec65cd1d84213b3c35c189beedc39" args="(it_file &f, const Array< std::complex< double > > &v)" --> |
---|
| 331 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g4aeec65cd1d84213b3c35c189beedc39">itpp::operator<<</a> (it_file &f, const Array< std::complex< double > > &v)</td></tr> |
---|
| 332 | |
---|
| 333 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the double complex <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
| 334 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g2e1e8e51182215564004e473b02be71a"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="g2e1e8e51182215564004e473b02be71a" args="(it_file &f, const Array< bvec > &v)" --> |
---|
| 335 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g2e1e8e51182215564004e473b02be71a">itpp::operator<<</a> (it_file &f, const Array< <a class="el" href="classitpp_1_1Vec.html#e10151f44bbabf17b670a9493d8088cf">bvec</a> > &v)</td></tr> |
---|
| 336 | |
---|
| 337 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the bvec <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
| 338 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g49fa4229e4f2e946cd8cdc76bb9bfd91"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="g49fa4229e4f2e946cd8cdc76bb9bfd91" args="(it_file &f, const Array< svec > &v)" --> |
---|
| 339 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g49fa4229e4f2e946cd8cdc76bb9bfd91">itpp::operator<<</a> (it_file &f, const Array< <a class="el" href="classitpp_1_1Vec.html#7d53e7d4b228c818e8ade5c59c4ed9d9">svec</a> > &v)</td></tr> |
---|
| 340 | |
---|
| 341 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the svec <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
| 342 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ga83320b63db77c10b4520c02af842bf6"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="ga83320b63db77c10b4520c02af842bf6" args="(it_file &f, const Array< ivec > &v)" --> |
---|
| 343 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#ga83320b63db77c10b4520c02af842bf6">itpp::operator<<</a> (it_file &f, const Array< <a class="el" href="classitpp_1_1Vec.html#b03757d874926a9be91535e71af1656e">ivec</a> > &v)</td></tr> |
---|
| 344 | |
---|
| 345 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the ivec <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
| 346 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g33a7b1e0cbef9967bb1477232b10d73a"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="g33a7b1e0cbef9967bb1477232b10d73a" args="(it_file &f, const Array< vec > &v)" --> |
---|
| 347 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g33a7b1e0cbef9967bb1477232b10d73a">itpp::operator<<</a> (it_file &f, const Array< <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> > &v)</td></tr> |
---|
| 348 | |
---|
| 349 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the vec <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
| 350 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ga61728d50015878d41f4d740d09903d5"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="ga61728d50015878d41f4d740d09903d5" args="(it_file &f, const Array< cvec > &v)" --> |
---|
| 351 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#ga61728d50015878d41f4d740d09903d5">itpp::operator<<</a> (it_file &f, const Array< <a class="el" href="classitpp_1_1Vec.html#e83c1408740e41a7e29c383b71d4d544">cvec</a> > &v)</td></tr> |
---|
| 352 | |
---|
| 353 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the cvec <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
| 354 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g1b3b0b321ecdc133ecbb0359b61a1d2a"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="g1b3b0b321ecdc133ecbb0359b61a1d2a" args="(it_file &f, const Array< std::string > &v)" --> |
---|
| 355 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g1b3b0b321ecdc133ecbb0359b61a1d2a">itpp::operator<<</a> (it_file &f, const Array< std::string > &v)</td></tr> |
---|
| 356 | |
---|
| 357 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the string <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
| 358 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g692caa9d23a3de4b321bc2a6e6b716a3"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="g692caa9d23a3de4b321bc2a6e6b716a3" args="(it_file &f, const Array< bmat > &v)" --> |
---|
| 359 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g692caa9d23a3de4b321bc2a6e6b716a3">itpp::operator<<</a> (it_file &f, const Array< <a class="el" href="mat_8h.html#f90acd1af41bf2d1d8a4bb23662fff69">bmat</a> > &v)</td></tr> |
---|
| 360 | |
---|
| 361 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the bmat <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
| 362 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g510959ecb57b50f12f78774dc1edfb8b"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="g510959ecb57b50f12f78774dc1edfb8b" args="(it_file &f, const Array< smat > &v)" --> |
---|
| 363 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g510959ecb57b50f12f78774dc1edfb8b">itpp::operator<<</a> (it_file &f, const Array< <a class="el" href="classitpp_1_1Mat.html#debd320317a18c022d3ca856af6d3687">smat</a> > &v)</td></tr> |
---|
| 364 | |
---|
| 365 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the smat <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
| 366 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g9bcdc15f8805671f604bc396bf7c180e"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="g9bcdc15f8805671f604bc396bf7c180e" args="(it_file &f, const Array< imat > &v)" --> |
---|
| 367 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g9bcdc15f8805671f604bc396bf7c180e">itpp::operator<<</a> (it_file &f, const Array< <a class="el" href="classitpp_1_1Mat.html#9e0dd2f635e4bd0b28c09685d9c4f3bb">imat</a> > &v)</td></tr> |
---|
| 368 | |
---|
| 369 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the imat <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
| 370 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g0c660401e1377838a8fd2f6942619d2f"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="g0c660401e1377838a8fd2f6942619d2f" args="(it_file &f, const Array< mat > &v)" --> |
---|
| 371 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g0c660401e1377838a8fd2f6942619d2f">itpp::operator<<</a> (it_file &f, const Array< <a class="el" href="classitpp_1_1Mat.html#6bba394f181c76fda12759568986c613">mat</a> > &v)</td></tr> |
---|
| 372 | |
---|
| 373 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the mat <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
| 374 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gc3cf93c79e90580f81c274a188a80638"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="gc3cf93c79e90580f81c274a188a80638" args="(it_file &f, const Array< cmat > &v)" --> |
---|
| 375 | it_file & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gc3cf93c79e90580f81c274a188a80638">itpp::operator<<</a> (it_file &f, const Array< <a class="el" href="classitpp_1_1Mat.html#6fbac4b7184807da188e5b85d42f038b">cmat</a> > &v)</td></tr> |
---|
| 376 | |
---|
| 377 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the cmat <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr> |
---|
| 378 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ge4f2112f94fc2011d2fb0101db21dbbe"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="ge4f2112f94fc2011d2fb0101db21dbbe" args="(it_ifile_old &f, char &v)" --> |
---|
| 379 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#ge4f2112f94fc2011d2fb0101db21dbbe">itpp::operator>></a> (it_ifile_old &f, char &v)</td></tr> |
---|
| 380 | |
---|
| 381 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the char variable <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
| 382 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ge53abf84358540ca612c98fda8ed6511"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="ge53abf84358540ca612c98fda8ed6511" args="(it_ifile_old &f, bin &v)" --> |
---|
| 383 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#ge53abf84358540ca612c98fda8ed6511">itpp::operator>></a> (it_ifile_old &f, bin &v)</td></tr> |
---|
| 384 | |
---|
| 385 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the binary variable <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
| 386 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g3776d8ecf123a5d5e31ad0dc7f2aa7d6"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="g3776d8ecf123a5d5e31ad0dc7f2aa7d6" args="(it_ifile_old &f, short &v)" --> |
---|
| 387 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g3776d8ecf123a5d5e31ad0dc7f2aa7d6">itpp::operator>></a> (it_ifile_old &f, short &v)</td></tr> |
---|
| 388 | |
---|
| 389 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the short variable <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
| 390 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gade1deb760bf9ce2a69e2b2d1791918d"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="gade1deb760bf9ce2a69e2b2d1791918d" args="(it_ifile_old &f, int &v)" --> |
---|
| 391 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gade1deb760bf9ce2a69e2b2d1791918d">itpp::operator>></a> (it_ifile_old &f, int &v)</td></tr> |
---|
| 392 | |
---|
| 393 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the integer variable <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
| 394 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g42ffb342415b776e00e126df6707450b"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="g42ffb342415b776e00e126df6707450b" args="(it_ifile_old &f, double &v)" --> |
---|
| 395 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g42ffb342415b776e00e126df6707450b">itpp::operator>></a> (it_ifile_old &f, double &v)</td></tr> |
---|
| 396 | |
---|
| 397 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the double variable <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
| 398 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g9b7b7f64c87466464e662e9220eaa714"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="g9b7b7f64c87466464e662e9220eaa714" args="(it_ifile_old &f, float &v)" --> |
---|
| 399 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g9b7b7f64c87466464e662e9220eaa714">itpp::operator>></a> (it_ifile_old &f, float &v)</td></tr> |
---|
| 400 | |
---|
| 401 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the float variable <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
| 402 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gf70c3154da0eac4ebe173f78d4746cd0"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="gf70c3154da0eac4ebe173f78d4746cd0" args="(it_ifile_old &f, std::complex< float > &v)" --> |
---|
| 403 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gf70c3154da0eac4ebe173f78d4746cd0">itpp::operator>></a> (it_ifile_old &f, std::complex< float > &v)</td></tr> |
---|
| 404 | |
---|
| 405 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the float complex variable <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
| 406 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g5fd3f35fdaadf8c610c4f4d71361eceb"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="g5fd3f35fdaadf8c610c4f4d71361eceb" args="(it_ifile_old &f, std::complex< double > &v)" --> |
---|
| 407 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g5fd3f35fdaadf8c610c4f4d71361eceb">itpp::operator>></a> (it_ifile_old &f, std::complex< double > &v)</td></tr> |
---|
| 408 | |
---|
| 409 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the double complex variable <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
| 410 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g42e0d18fd2ccc93b2e8687dc47eaca1e"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="g42e0d18fd2ccc93b2e8687dc47eaca1e" args="(it_ifile_old &f, vec &v)" --> |
---|
| 411 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g42e0d18fd2ccc93b2e8687dc47eaca1e">itpp::operator>></a> (it_ifile_old &f, <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> &v)</td></tr> |
---|
| 412 | |
---|
| 413 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the vec <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
| 414 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g77c8170f3df68a4142a895c3e993e5ab"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="g77c8170f3df68a4142a895c3e993e5ab" args="(it_ifile_old &f, ivec &v)" --> |
---|
| 415 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g77c8170f3df68a4142a895c3e993e5ab">itpp::operator>></a> (it_ifile_old &f, <a class="el" href="classitpp_1_1Vec.html#b03757d874926a9be91535e71af1656e">ivec</a> &v)</td></tr> |
---|
| 416 | |
---|
| 417 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the ivec <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
| 418 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g2b878ff26426c4b876d372b265188747"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="g2b878ff26426c4b876d372b265188747" args="(it_ifile_old &f, bvec &v)" --> |
---|
| 419 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g2b878ff26426c4b876d372b265188747">itpp::operator>></a> (it_ifile_old &f, <a class="el" href="classitpp_1_1Vec.html#e10151f44bbabf17b670a9493d8088cf">bvec</a> &v)</td></tr> |
---|
| 420 | |
---|
| 421 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the bvec <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
| 422 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g79f9cb568ee0d77ff7011ec8068022a8"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="g79f9cb568ee0d77ff7011ec8068022a8" args="(it_ifile_old &f, cvec &v)" --> |
---|
| 423 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g79f9cb568ee0d77ff7011ec8068022a8">itpp::operator>></a> (it_ifile_old &f, <a class="el" href="classitpp_1_1Vec.html#e83c1408740e41a7e29c383b71d4d544">cvec</a> &v)</td></tr> |
---|
| 424 | |
---|
| 425 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the cvec <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
| 426 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g2f5261d34439689186bdec3df3cba592"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="g2f5261d34439689186bdec3df3cba592" args="(it_ifile_old &f, std::string &str)" --> |
---|
| 427 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g2f5261d34439689186bdec3df3cba592">itpp::operator>></a> (it_ifile_old &f, std::string &str)</td></tr> |
---|
| 428 | |
---|
| 429 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the string <code>str</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
| 430 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g52753f169148b72f9d8e8e03f31c12c8"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="g52753f169148b72f9d8e8e03f31c12c8" args="(it_ifile_old &f, mat &m)" --> |
---|
| 431 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g52753f169148b72f9d8e8e03f31c12c8">itpp::operator>></a> (it_ifile_old &f, <a class="el" href="classitpp_1_1Mat.html#6bba394f181c76fda12759568986c613">mat</a> &m)</td></tr> |
---|
| 432 | |
---|
| 433 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the mat <code>m</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
| 434 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g0c02d8cef1c05906e0f95ca7f35ca6dc"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="g0c02d8cef1c05906e0f95ca7f35ca6dc" args="(it_ifile_old &f, imat &m)" --> |
---|
| 435 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g0c02d8cef1c05906e0f95ca7f35ca6dc">itpp::operator>></a> (it_ifile_old &f, <a class="el" href="classitpp_1_1Mat.html#9e0dd2f635e4bd0b28c09685d9c4f3bb">imat</a> &m)</td></tr> |
---|
| 436 | |
---|
| 437 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the imat <code>m</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
| 438 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gad37ec8501a726083e78592f47876a3b"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="gad37ec8501a726083e78592f47876a3b" args="(it_ifile_old &f, bmat &m)" --> |
---|
| 439 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gad37ec8501a726083e78592f47876a3b">itpp::operator>></a> (it_ifile_old &f, <a class="el" href="mat_8h.html#f90acd1af41bf2d1d8a4bb23662fff69">bmat</a> &m)</td></tr> |
---|
| 440 | |
---|
| 441 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the bmat <code>m</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
| 442 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g044fbca7da20c6ae3cbe3f7faf056c89"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="g044fbca7da20c6ae3cbe3f7faf056c89" args="(it_ifile_old &f, cmat &m)" --> |
---|
| 443 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g044fbca7da20c6ae3cbe3f7faf056c89">itpp::operator>></a> (it_ifile_old &f, <a class="el" href="classitpp_1_1Mat.html#6fbac4b7184807da188e5b85d42f038b">cmat</a> &m)</td></tr> |
---|
| 444 | |
---|
| 445 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the cmat <code>m</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
| 446 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g6afb4454cd5ea3b3bb7135d1b62725a7"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="g6afb4454cd5ea3b3bb7135d1b62725a7" args="(it_ifile_old &f, Array< float > &v)" --> |
---|
| 447 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g6afb4454cd5ea3b3bb7135d1b62725a7">itpp::operator>></a> (it_ifile_old &f, Array< float > &v)</td></tr> |
---|
| 448 | |
---|
| 449 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the float <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
| 450 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g59da826305bf142eb8c5ed080a5717d3"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="g59da826305bf142eb8c5ed080a5717d3" args="(it_ifile_old &f, Array< double > &v)" --> |
---|
| 451 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g59da826305bf142eb8c5ed080a5717d3">itpp::operator>></a> (it_ifile_old &f, Array< double > &v)</td></tr> |
---|
| 452 | |
---|
| 453 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the double <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
| 454 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gc5b2acab02fadaba9bb32d76f49f130c"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="gc5b2acab02fadaba9bb32d76f49f130c" args="(it_ifile_old &f, Array< int > &v)" --> |
---|
| 455 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gc5b2acab02fadaba9bb32d76f49f130c">itpp::operator>></a> (it_ifile_old &f, Array< int > &v)</td></tr> |
---|
| 456 | |
---|
| 457 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the integer <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
| 458 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gb8b9c052e3c9b69644091ffe79573065"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="gb8b9c052e3c9b69644091ffe79573065" args="(it_ifile_old &f, Array< bin > &v)" --> |
---|
| 459 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gb8b9c052e3c9b69644091ffe79573065">itpp::operator>></a> (it_ifile_old &f, Array< bin > &v)</td></tr> |
---|
| 460 | |
---|
| 461 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the binary <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
| 462 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g90cb5d15cf1d27321d84076dae6b8675"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="g90cb5d15cf1d27321d84076dae6b8675" args="(it_ifile_old &f, Array< std::complex< float > > &v)" --> |
---|
| 463 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g90cb5d15cf1d27321d84076dae6b8675">itpp::operator>></a> (it_ifile_old &f, Array< std::complex< float > > &v)</td></tr> |
---|
| 464 | |
---|
| 465 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the float complex <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
| 466 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g621dde587f98bea319d4818c8dafcad1"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="g621dde587f98bea319d4818c8dafcad1" args="(it_ifile_old &f, Array< std::complex< double > > &v)" --> |
---|
| 467 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g621dde587f98bea319d4818c8dafcad1">itpp::operator>></a> (it_ifile_old &f, Array< std::complex< double > > &v)</td></tr> |
---|
| 468 | |
---|
| 469 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the double complex <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
| 470 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ga24bebd5888b6387722a4a4d09f9ff85"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="ga24bebd5888b6387722a4a4d09f9ff85" args="(it_ifile_old &f, Array< vec > &v)" --> |
---|
| 471 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#ga24bebd5888b6387722a4a4d09f9ff85">itpp::operator>></a> (it_ifile_old &f, Array< <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> > &v)</td></tr> |
---|
| 472 | |
---|
| 473 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the vec <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
| 474 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gc7dd6d96b53476e92b8e2ed4676d0144"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="gc7dd6d96b53476e92b8e2ed4676d0144" args="(it_ifile_old &f, Array< ivec > &v)" --> |
---|
| 475 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gc7dd6d96b53476e92b8e2ed4676d0144">itpp::operator>></a> (it_ifile_old &f, Array< <a class="el" href="classitpp_1_1Vec.html#b03757d874926a9be91535e71af1656e">ivec</a> > &v)</td></tr> |
---|
| 476 | |
---|
| 477 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the ivec <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
| 478 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g6d15c89354d05cc591ae8112d1b73cfb"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="g6d15c89354d05cc591ae8112d1b73cfb" args="(it_ifile_old &f, Array< bvec > &v)" --> |
---|
| 479 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g6d15c89354d05cc591ae8112d1b73cfb">itpp::operator>></a> (it_ifile_old &f, Array< <a class="el" href="classitpp_1_1Vec.html#e10151f44bbabf17b670a9493d8088cf">bvec</a> > &v)</td></tr> |
---|
| 480 | |
---|
| 481 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the bvec <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
| 482 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gd72b9d2baf723d550b82bea1be697486"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="gd72b9d2baf723d550b82bea1be697486" args="(it_ifile_old &f, Array< cvec > &v)" --> |
---|
| 483 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gd72b9d2baf723d550b82bea1be697486">itpp::operator>></a> (it_ifile_old &f, Array< <a class="el" href="classitpp_1_1Vec.html#e83c1408740e41a7e29c383b71d4d544">cvec</a> > &v)</td></tr> |
---|
| 484 | |
---|
| 485 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the cvec <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
| 486 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gf088fb62b7e830db6d97ac58a5518072"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="gf088fb62b7e830db6d97ac58a5518072" args="(it_ifile_old &f, Array< std::string > &v)" --> |
---|
| 487 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gf088fb62b7e830db6d97ac58a5518072">itpp::operator>></a> (it_ifile_old &f, Array< std::string > &v)</td></tr> |
---|
| 488 | |
---|
| 489 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the string <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
| 490 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g5dfe148f8f1f0b0b0ab447718d62d41d"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="g5dfe148f8f1f0b0b0ab447718d62d41d" args="(it_ifile_old &f, Array< mat > &v)" --> |
---|
| 491 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g5dfe148f8f1f0b0b0ab447718d62d41d">itpp::operator>></a> (it_ifile_old &f, Array< <a class="el" href="classitpp_1_1Mat.html#6bba394f181c76fda12759568986c613">mat</a> > &v)</td></tr> |
---|
| 492 | |
---|
| 493 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the mat <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
| 494 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g1a075f64697eeedf03c5caa2c2f76ada"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="g1a075f64697eeedf03c5caa2c2f76ada" args="(it_ifile_old &f, Array< imat > &v)" --> |
---|
| 495 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g1a075f64697eeedf03c5caa2c2f76ada">itpp::operator>></a> (it_ifile_old &f, Array< <a class="el" href="classitpp_1_1Mat.html#9e0dd2f635e4bd0b28c09685d9c4f3bb">imat</a> > &v)</td></tr> |
---|
| 496 | |
---|
| 497 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the imat <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
| 498 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g44a8d5a4881c1d7bcd67c4178bc4bc74"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="g44a8d5a4881c1d7bcd67c4178bc4bc74" args="(it_ifile_old &f, Array< bmat > &v)" --> |
---|
| 499 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g44a8d5a4881c1d7bcd67c4178bc4bc74">itpp::operator>></a> (it_ifile_old &f, Array< <a class="el" href="mat_8h.html#f90acd1af41bf2d1d8a4bb23662fff69">bmat</a> > &v)</td></tr> |
---|
| 500 | |
---|
| 501 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the bmat <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
| 502 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ga155df7d35e09e9fa9e0330ba2521a00"></a><!-- doxytag: member="itfile.cpp::operator>>" ref="ga155df7d35e09e9fa9e0330ba2521a00" args="(it_ifile_old &f, Array< cmat > &v)" --> |
---|
| 503 | it_ifile_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#ga155df7d35e09e9fa9e0330ba2521a00">itpp::operator>></a> (it_ifile_old &f, Array< <a class="el" href="classitpp_1_1Mat.html#6fbac4b7184807da188e5b85d42f038b">cmat</a> > &v)</td></tr> |
---|
| 504 | |
---|
| 505 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Read the cmat <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr> |
---|
| 506 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g755081f8997a79774675742f3f4c5829"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="g755081f8997a79774675742f3f4c5829" args="(it_file_old &f, char x)" --> |
---|
| 507 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g755081f8997a79774675742f3f4c5829">itpp::operator<<</a> (it_file_old &f, char x)</td></tr> |
---|
| 508 | |
---|
| 509 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the char variable <code>x</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
| 510 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ge231bd8bec4ba88cce48da7c84edfe5e"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="ge231bd8bec4ba88cce48da7c84edfe5e" args="(it_file_old &f, bin x)" --> |
---|
| 511 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#ge231bd8bec4ba88cce48da7c84edfe5e">itpp::operator<<</a> (it_file_old &f, bin x)</td></tr> |
---|
| 512 | |
---|
| 513 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the binary variable <code>x</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
| 514 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gf104044ec7779dc23ec1868ae4b549a9"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="gf104044ec7779dc23ec1868ae4b549a9" args="(it_file_old &f, short x)" --> |
---|
| 515 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gf104044ec7779dc23ec1868ae4b549a9">itpp::operator<<</a> (it_file_old &f, short x)</td></tr> |
---|
| 516 | |
---|
| 517 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the short variable <code>x</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
| 518 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g123c891629438fc11d5763d0bf1f3aac"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="g123c891629438fc11d5763d0bf1f3aac" args="(it_file_old &f, int x)" --> |
---|
| 519 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g123c891629438fc11d5763d0bf1f3aac">itpp::operator<<</a> (it_file_old &f, int x)</td></tr> |
---|
| 520 | |
---|
| 521 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the integer variable <code>x</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
| 522 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g8d65a518caad25c607fea1fedc5f7663"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="g8d65a518caad25c607fea1fedc5f7663" args="(it_file_old &f, float x)" --> |
---|
| 523 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g8d65a518caad25c607fea1fedc5f7663">itpp::operator<<</a> (it_file_old &f, float x)</td></tr> |
---|
| 524 | |
---|
| 525 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the float variable <code>x</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
| 526 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g7bfd9a3c394e1cb9318a80db28b4c6d6"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="g7bfd9a3c394e1cb9318a80db28b4c6d6" args="(it_file_old &f, double x)" --> |
---|
| 527 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g7bfd9a3c394e1cb9318a80db28b4c6d6">itpp::operator<<</a> (it_file_old &f, double x)</td></tr> |
---|
| 528 | |
---|
| 529 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the double variable <code>x</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
| 530 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g838850f054536f2607ed67d3f847d53b"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="g838850f054536f2607ed67d3f847d53b" args="(it_file_old &f, std::complex< float > x)" --> |
---|
| 531 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g838850f054536f2607ed67d3f847d53b">itpp::operator<<</a> (it_file_old &f, std::complex< float > x)</td></tr> |
---|
| 532 | |
---|
| 533 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the float complex variable <code>x</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
| 534 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ga1634cbf3ba25e9061586cac600656f2"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="ga1634cbf3ba25e9061586cac600656f2" args="(it_file_old &f, std::complex< double > x)" --> |
---|
| 535 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#ga1634cbf3ba25e9061586cac600656f2">itpp::operator<<</a> (it_file_old &f, std::complex< double > x)</td></tr> |
---|
| 536 | |
---|
| 537 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the double complex variable <code>x</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
| 538 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g983ae27993f5c8cd13f720e560ba0923"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="g983ae27993f5c8cd13f720e560ba0923" args="(it_file_old &f, const vec &v)" --> |
---|
| 539 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g983ae27993f5c8cd13f720e560ba0923">itpp::operator<<</a> (it_file_old &f, const <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> &v)</td></tr> |
---|
| 540 | |
---|
| 541 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the vec <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
| 542 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g097f3b47050cc29dea572e364d387050"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="g097f3b47050cc29dea572e364d387050" args="(it_file_old &f, const ivec &v)" --> |
---|
| 543 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g097f3b47050cc29dea572e364d387050">itpp::operator<<</a> (it_file_old &f, const <a class="el" href="classitpp_1_1Vec.html#b03757d874926a9be91535e71af1656e">ivec</a> &v)</td></tr> |
---|
| 544 | |
---|
| 545 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the ivec <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
| 546 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gda0a04bb9b40d419eb7e4c944d85f74d"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="gda0a04bb9b40d419eb7e4c944d85f74d" args="(it_file_old &f, const bvec &v)" --> |
---|
| 547 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gda0a04bb9b40d419eb7e4c944d85f74d">itpp::operator<<</a> (it_file_old &f, const <a class="el" href="classitpp_1_1Vec.html#e10151f44bbabf17b670a9493d8088cf">bvec</a> &v)</td></tr> |
---|
| 548 | |
---|
| 549 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the bvec <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
| 550 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gab1d6b61165ceaa147016306afd68029"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="gab1d6b61165ceaa147016306afd68029" args="(it_file_old &f, const cvec &v)" --> |
---|
| 551 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gab1d6b61165ceaa147016306afd68029">itpp::operator<<</a> (it_file_old &f, const <a class="el" href="classitpp_1_1Vec.html#e83c1408740e41a7e29c383b71d4d544">cvec</a> &v)</td></tr> |
---|
| 552 | |
---|
| 553 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the cvec <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
| 554 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gdeff536c457ade274815c65ce68aa836"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="gdeff536c457ade274815c65ce68aa836" args="(it_file_old &f, const std::string &str)" --> |
---|
| 555 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gdeff536c457ade274815c65ce68aa836">itpp::operator<<</a> (it_file_old &f, const std::string &str)</td></tr> |
---|
| 556 | |
---|
| 557 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the string <code>str</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
| 558 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g33f123353e20702c6f35d216d8f4a7be"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="g33f123353e20702c6f35d216d8f4a7be" args="(it_file_old &f, const mat &m)" --> |
---|
| 559 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g33f123353e20702c6f35d216d8f4a7be">itpp::operator<<</a> (it_file_old &f, const <a class="el" href="classitpp_1_1Mat.html#6bba394f181c76fda12759568986c613">mat</a> &m)</td></tr> |
---|
| 560 | |
---|
| 561 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the mat <code>m</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
| 562 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g7eb685d3601a2f794423e4fc583f5f8c"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="g7eb685d3601a2f794423e4fc583f5f8c" args="(it_file_old &f, const imat &m)" --> |
---|
| 563 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g7eb685d3601a2f794423e4fc583f5f8c">itpp::operator<<</a> (it_file_old &f, const <a class="el" href="classitpp_1_1Mat.html#9e0dd2f635e4bd0b28c09685d9c4f3bb">imat</a> &m)</td></tr> |
---|
| 564 | |
---|
| 565 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the imat <code>m</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
| 566 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g5269de662dae6b0724522c7f626216c9"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="g5269de662dae6b0724522c7f626216c9" args="(it_file_old &f, const bmat &m)" --> |
---|
| 567 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g5269de662dae6b0724522c7f626216c9">itpp::operator<<</a> (it_file_old &f, const <a class="el" href="mat_8h.html#f90acd1af41bf2d1d8a4bb23662fff69">bmat</a> &m)</td></tr> |
---|
| 568 | |
---|
| 569 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the bmat <code>m</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
| 570 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gc4b5a5053b7f7785caf444cc8f3fb476"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="gc4b5a5053b7f7785caf444cc8f3fb476" args="(it_file_old &f, const cmat &m)" --> |
---|
| 571 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gc4b5a5053b7f7785caf444cc8f3fb476">itpp::operator<<</a> (it_file_old &f, const <a class="el" href="classitpp_1_1Mat.html#6fbac4b7184807da188e5b85d42f038b">cmat</a> &m)</td></tr> |
---|
| 572 | |
---|
| 573 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the cmat <code>m</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
| 574 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g4ec6fa8dd9d75e6ff7962a3bb5598b77"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="g4ec6fa8dd9d75e6ff7962a3bb5598b77" args="(it_file_old &f, const Array< float > &v)" --> |
---|
| 575 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g4ec6fa8dd9d75e6ff7962a3bb5598b77">itpp::operator<<</a> (it_file_old &f, const Array< float > &v)</td></tr> |
---|
| 576 | |
---|
| 577 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the float <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
| 578 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g0b8f51770b15bdcad2e22529f2dc07cf"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="g0b8f51770b15bdcad2e22529f2dc07cf" args="(it_file_old &f, const Array< double > &v)" --> |
---|
| 579 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g0b8f51770b15bdcad2e22529f2dc07cf">itpp::operator<<</a> (it_file_old &f, const Array< double > &v)</td></tr> |
---|
| 580 | |
---|
| 581 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the double <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
| 582 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g54f2bdf0e0d7d5b8d011a10328713eeb"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="g54f2bdf0e0d7d5b8d011a10328713eeb" args="(it_file_old &f, const Array< int > &v)" --> |
---|
| 583 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g54f2bdf0e0d7d5b8d011a10328713eeb">itpp::operator<<</a> (it_file_old &f, const Array< int > &v)</td></tr> |
---|
| 584 | |
---|
| 585 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the int <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
| 586 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g475e09a65aba09073259f45b2326a187"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="g475e09a65aba09073259f45b2326a187" args="(it_file_old &f, const Array< bin > &v)" --> |
---|
| 587 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g475e09a65aba09073259f45b2326a187">itpp::operator<<</a> (it_file_old &f, const Array< bin > &v)</td></tr> |
---|
| 588 | |
---|
| 589 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the <a class="el" href="classitpp_1_1bin.html" title="Binary arithmetic (boolean) class.">bin</a> <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
| 590 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gd490eff574e9b4754159007265492296"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="gd490eff574e9b4754159007265492296" args="(it_file_old &f, const Array< std::complex< float > > &v)" --> |
---|
| 591 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gd490eff574e9b4754159007265492296">itpp::operator<<</a> (it_file_old &f, const Array< std::complex< float > > &v)</td></tr> |
---|
| 592 | |
---|
| 593 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the float complex <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
| 594 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gcd57cdf80e044a2ca19f33f197dcd0d5"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="gcd57cdf80e044a2ca19f33f197dcd0d5" args="(it_file_old &f, const Array< std::complex< double > > &v)" --> |
---|
| 595 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gcd57cdf80e044a2ca19f33f197dcd0d5">itpp::operator<<</a> (it_file_old &f, const Array< std::complex< double > > &v)</td></tr> |
---|
| 596 | |
---|
| 597 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the double complex <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
| 598 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g1d58cb6a36ea9ae11946a23bd1ce4c71"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="g1d58cb6a36ea9ae11946a23bd1ce4c71" args="(it_file_old &f, const Array< vec > &v)" --> |
---|
| 599 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g1d58cb6a36ea9ae11946a23bd1ce4c71">itpp::operator<<</a> (it_file_old &f, const Array< <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> > &v)</td></tr> |
---|
| 600 | |
---|
| 601 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the vec <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
| 602 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ge13d0786a40df0c708f3e2d411305e41"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="ge13d0786a40df0c708f3e2d411305e41" args="(it_file_old &f, const Array< ivec > &v)" --> |
---|
| 603 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#ge13d0786a40df0c708f3e2d411305e41">itpp::operator<<</a> (it_file_old &f, const Array< <a class="el" href="classitpp_1_1Vec.html#b03757d874926a9be91535e71af1656e">ivec</a> > &v)</td></tr> |
---|
| 604 | |
---|
| 605 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the ivec <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
| 606 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gea0edeada6ebf5daa195ca2455a22231"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="gea0edeada6ebf5daa195ca2455a22231" args="(it_file_old &f, const Array< bvec > &v)" --> |
---|
| 607 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gea0edeada6ebf5daa195ca2455a22231">itpp::operator<<</a> (it_file_old &f, const Array< <a class="el" href="classitpp_1_1Vec.html#e10151f44bbabf17b670a9493d8088cf">bvec</a> > &v)</td></tr> |
---|
| 608 | |
---|
| 609 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the bvec <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
| 610 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gef030846676bb1da911a7d10f8d58f94"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="gef030846676bb1da911a7d10f8d58f94" args="(it_file_old &f, const Array< cvec > &v)" --> |
---|
| 611 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gef030846676bb1da911a7d10f8d58f94">itpp::operator<<</a> (it_file_old &f, const Array< <a class="el" href="classitpp_1_1Vec.html#e83c1408740e41a7e29c383b71d4d544">cvec</a> > &v)</td></tr> |
---|
| 612 | |
---|
| 613 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the cvec <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
| 614 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gb5f242f5563eb31304a2b55cd79276d9"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="gb5f242f5563eb31304a2b55cd79276d9" args="(it_file_old &f, const Array< std::string > &v)" --> |
---|
| 615 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gb5f242f5563eb31304a2b55cd79276d9">itpp::operator<<</a> (it_file_old &f, const Array< std::string > &v)</td></tr> |
---|
| 616 | |
---|
| 617 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the string <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
| 618 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ga68cf8c96c89984c42144f69b490e453"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="ga68cf8c96c89984c42144f69b490e453" args="(it_file_old &f, const Array< mat > &v)" --> |
---|
| 619 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#ga68cf8c96c89984c42144f69b490e453">itpp::operator<<</a> (it_file_old &f, const Array< <a class="el" href="classitpp_1_1Mat.html#6bba394f181c76fda12759568986c613">mat</a> > &v)</td></tr> |
---|
| 620 | |
---|
| 621 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the mat <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
| 622 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gc2822a6c6f1ad4e5f41768d2b98e0594"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="gc2822a6c6f1ad4e5f41768d2b98e0594" args="(it_file_old &f, const Array< imat > &v)" --> |
---|
| 623 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gc2822a6c6f1ad4e5f41768d2b98e0594">itpp::operator<<</a> (it_file_old &f, const Array< <a class="el" href="classitpp_1_1Mat.html#9e0dd2f635e4bd0b28c09685d9c4f3bb">imat</a> > &v)</td></tr> |
---|
| 624 | |
---|
| 625 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the imat <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
| 626 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gf07d6223d200cd1eef7217375593231f"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="gf07d6223d200cd1eef7217375593231f" args="(it_file_old &f, const Array< bmat > &v)" --> |
---|
| 627 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gf07d6223d200cd1eef7217375593231f">itpp::operator<<</a> (it_file_old &f, const Array< <a class="el" href="mat_8h.html#f90acd1af41bf2d1d8a4bb23662fff69">bmat</a> > &v)</td></tr> |
---|
| 628 | |
---|
| 629 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the bmat <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
| 630 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g19d851e039fe0118e1c528ddde09615d"></a><!-- doxytag: member="itfile.cpp::operator<<" ref="g19d851e039fe0118e1c528ddde09615d" args="(it_file_old &f, const Array< cmat > &v)" --> |
---|
| 631 | it_file_old & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g19d851e039fe0118e1c528ddde09615d">itpp::operator<<</a> (it_file_old &f, const Array< <a class="el" href="classitpp_1_1Mat.html#6fbac4b7184807da188e5b85d42f038b">cmat</a> > &v)</td></tr> |
---|
| 632 | |
---|
| 633 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Write the cmat <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr> |
---|
| 634 | </table> |
---|
| 635 | <hr><a name="_details"></a><h2>Detailed Description</h2> |
---|
| 636 | Implementation of classes for the IT++ file format. |
---|
| 637 | <p> |
---|
| 638 | <dl class="author" compact><dt><b>Author:</b></dt><dd>Tony Ottosson, Tobias Ringstrom and Adam Piatyszek</dd></dl> |
---|
| 639 | -------------------------------------------------------------------------<p> |
---|
| 640 | Copyright (C) 1995-2008 (see AUTHORS file for a list of contributors)<p> |
---|
| 641 | This file is part of IT++ - a C++ library of mathematical, signal processing, speech processing, and communications classes and functions.<p> |
---|
| 642 | IT++ is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.<p> |
---|
| 643 | IT++ is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.<p> |
---|
| 644 | You should have received a copy of the GNU General Public License along with IT++. If not, see <<a href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a>>.<p> |
---|
| 645 | ------------------------------------------------------------------------- </div> |
---|
| 646 | <hr size="1"><address style="text-align: right;"><small>Generated on Tue Jun 2 10:02:13 2009 for mixpp by |
---|
| 647 | <a href="http://www.doxygen.org/index.html"> |
---|
| 648 | <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address> |
---|
| 649 | </body> |
---|
| 650 | </html> |
---|