| BTK
    0.3dev.0
    Open-source library to visualize/process biomechanical data | 
List of AcquisitionFileIO::Extension object. More...
| Public Types | |
| typedef std::list< Extension > ::const_iterator | ConstIterator | 
| typedef std::list< Extension > ::iterator | Iterator | 
| Public Member Functions | |
| void | Append (const Extensions &items) | 
| Iterator | Begin () | 
| ConstIterator | Begin () const | 
| Iterator | End () | 
| ConstIterator | End () const | 
| Extensions () | |
| int | GetSize () const | 
| Extensions & | operator<< (const std::string &name) | 
| Extensions & | operator<< (const Extension &item) | 
| Extensions & | operator| (const Extension &item) | 
List of AcquisitionFileIO::Extension object.
Const iterator for items contained in the Extensions object.
Iterator for items contained in the Extensions object.
| 
 | inline | 
Simple constructor which initiate an empty list of extensions.
| 
 | inline | 
Append a list of extensions to this list.
| 
 | inline | 
Returns an iterator to the beginning of the list of extensions.
| 
 | inline | 
Returns a const iterator to the beginning of the list of extensions.
| 
 | inline | 
Returns an iterator just past the last extensions.
| 
 | inline | 
Returns a const iterator just past the last extensions.
| 
 | inline | 
Returns the number of extensions in the list.
| 
 | inline | 
Append an extension to the list.
| 
 | inline | 
Append an extension to the list.
| 
 | inline | 
Append an extension to the list.
 1.8.5
 1.8.5