#include <OpenCLTypes.h>
| Protected Attributes | |
| container_type & | vref | 
| T * | data | 
| Public Member Functions | |
| WriteAccessor (container_type &container) | |
| ~WriteAccessor () | |
| size_type | size () const | 
| bool | empty () const | 
| const_reference | operator[] (size_type i) const | 
| reference | operator[] (size_type i) | 
| const container_type & | ref () const | 
| container_type & | wref () | 
| const_iterator | begin () const | 
| iterator | begin () | 
| const_iterator | end () const | 
| iterator | end () | 
| void | clear () | 
| void | resize (size_type s, bool init=true) | 
| void | reserve (size_type s) | 
| void | push_back (const_reference v) | 
| Friends | |
| std::ostream & | operator<< (std::ostream &os, const WriteAccessor< container_type > &vec) | 
| std::istream & | operator>> (std::istream &in, WriteAccessor< container_type > &vec) | 
| 
 | protected | 
| 
 | protected | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | friend | 
| 
 | friend |