ai::Array Class Reference
#include <IAIDictionary.hpp>
List of all members.
Constructor & Destructor Documentation
      
        
          | ai::Array::Array | ( | AIArrayRef | arrayRef | ) |  [explicit] | 
      
 
 
      
        
          | ai::Array::Array | ( | const Array & | other | ) |  | 
      
 
 
      
        
          | ai::Array::Array | ( | Array && | other | ) |  | 
      
 
 
Member Function Documentation
      
        
          | Entry ai::Array::at | ( | ai::int32 | index | ) | const | 
      
 
 
      
        
          | Array ai::Array::clone | ( |  | ) | const | 
      
 
 
      
        
          | void ai::Array::copy | ( | const Array & | other | ) |  | 
      
 
 
      
        
          | void ai::Array::erase | ( | ai::int32 | index | ) |  | 
      
 
 
      
        
          | void ai::Array::insert | ( | ai::int32 | index, | 
        
          |  |  | const Entry & | entry |  | 
        
          |  | ) |  |  |  | 
      
 
 
      
        
          | void ai::Array::push_back | ( | const Entry & | entry | ) |  | 
      
 
 
      
        
          | void ai::Array::reserve | ( | ai::int32 | size | ) |  | 
      
 
 
      
        
          | void ai::Array::set | ( | ai::int32 | index, | 
        
          |  |  | const Entry & | entry |  | 
        
          |  | ) |  |  |  | 
      
 
 
      
        
          | ai::int32 ai::Array::size | ( |  | ) | const | 
      
 
 
      
        
          | void ai::Array::swap | ( | Array & | other | ) |  | 
      
 
 
      
        
          | void ai::Array::Test | ( |  | ) |  [static] | 
      
 
References AIMsgAssert, at(), BooleanType, ai::Entry::BoolVal(), erase(), insert(), IntegerType, kAIRomanCharacterEncoding, push_back(), RealType, reserve(), ai::Dictionary::SetBoolean(), size(), StringType, and UnicodeStringType.
 
 
The documentation for this class was generated from the following files: